Help Guide For Software Engineer
Wednesday, March 5, 2014
Run SQL script in Background in MySQL server
Following command can be used to run SQL script in background in MySQL server.
mysql --user=sujith --pass=123suji --database=postdb --host=localhost script_file results.out &
This will return output of
script
to result.out file.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment