Quote:
Originally Posted by Stone Man
I think i have complete access to my server.
|
You can restore it easily if you have Shell access. The command would be:
mysql -u (mysql user) -p (database name) < forum.sql
See full documentation:
http://www.vbulletin.com/docs/html/m...ce_ssh_restore
Before you do the restore, make sure there are no old tables already on the database. If there is, drop them first.