PDA

View Full Version : Restore Database??


Battle_Ring
07-30-2004, 01:58 AM
You can back it up in the Admin Panel but how do you go about restoring it

Battle_Ring
08-21-2004, 01:47 PM
can someone help me

Zachery
08-21-2004, 04:47 PM
can someone help meYou need to restore it via phpmyadmin or SSH (secure command line)


http://www.vbulletin.com/docs/html/moving_servers

xTerMn8R
08-21-2004, 05:12 PM
Here's commands for Telnet or Local backup and restores, you must use a user that has the proper permissions of course.

Backup:
/Path to Mysql/mysqldump -uusername -ppassword database_name > /path to/blablabla.sql

Restore:
/Path to Mysql/mysql -uusername -ppassword database_name < /path to/blablabla.sql

Be sure to use the Less Than (<) symbol...

Thats all there is to it ...

Peace...