web analytics
Skip to primary content
Skip to secondary content

MemoSoup

Mix of the things I always forget

MemoSoup

Main menu

  • Home
  • About
  • Links

Tag Archives: start

MySQL: start SQL from shell script

Posted on 18/09/2009 by bigspoon
Reply

The following code starts the SQL from the shell script directly, without additional SQL file

#!/bin/sh
--/. &> /dev/null; exec mysql "$@"

select 'Hello, world!' as test ;

The detailed explanation of the trick is here

Posted in mysql | Tagged mysql, script, start | Leave a reply

Archives

  • March 2021
  • February 2016
  • February 2013
  • December 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • July 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009

Meta

  • Log in
Proudly powered by WordPress