1 FAQ tagged "restore database"
Viewing 1-1 of 1 FAQ -- 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-1 of 1 FAQ - ( see all popular tags )


Recent Comments
Today ~ 3 Comments
Today ~ 57 Comments
Yesterday ~ 9 Comments
Yesterday ~ 7 Comments
Yesterday ~ 1 Comment