Tag: sql
Executing SQL Query From Command Line
January 23, 2009
Print out the result of an SQL query directly from the database using the mysql command mysql -u root Project_Tiker…
Import All MySQL Sql Dumps in a Folder
December 1, 2008
This command will import all the MySQL sql dumps in the current folder. You can use this to restore your…
MySQL Database Backup/Restore
March 17, 2007
This command can be used to backup MySQL database. mysqldump -u <User> -p <Database name> [<Table name>] > backup.sql This…
Recent Comments