2 FAQ tagged "mysql command line"
Viewing 1-2 of 2 FAQ -- MySQL Run SQL Queries From A Shell Prompt / Command Line :
How do I specify MySQL SQL queries on the UNIX / Linux command line?
- Restore a backup of a MySQL Database Server :
Q. How can I restore a backup of a MySQL database server made with mysqldump program discussed here?
A. You can use standard mysql - the MySQL command-line tool to restore a backup of a MySQL database server.
Read back dump file
You can read the dump file back into the server like this:
mysql db-name < backup-file.sql
To [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )


Recent Comments
Yesterday ~ 7 Comments
Yesterday ~ 33 Comments
Yesterday ~ 2 Comments
Yesterday ~ 1 Comment
Yesterday ~ 2 Comments