2 FAQ tagged "sql statement"
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
Today ~ 2 Comments
Yesterday ~ 10 Comments
Yesterday ~ 12 Comments
09/03/2008 05:29 pm (2 days ago) ~ 6 Comments
09/03/2008 01:14 pm (2 days ago) ~ 1 Comment