Jump to content

[SOLVED] Backup Question


Cetanu

Recommended Posts

Hey,

 

 

 

If you have the mysqldump of the database you can restore it over the current database from command line. Once SSH'd on to the server use the following command:

 

mysql -u [uname] -p[pass] [yourdatabase] < [backupfile.sql]

 

This will restore the backupfile.sql to your database from command line. If you're using PHPMyAdmin follow these instructions at http://www.webcheatsheet.com/SQL/mysql_backup_restore.php#phpmyadmin

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.