Linux Administration Tips and Tricks Asterisk ,FreeSwitch And Opensips
Monday, October 8, 2012
Execute MySQL statements from a text file
Execute MySQL statements from a text file
1.First Login to mysql and select your required database
mysql -uroot -pabcd
mysql> use mydb;
mysql> source /tmp/mysqlstatment.sql;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment