Hey guys, I have a db for vBulletin 3.7.3 and I am stumped on how-to import. Could someone please explain to me how to get this done? The db is from here on DP. [click here to see thread]. Thanks!!
Hi, You can restore the database from PHPMyAdmin or other tool which you are using to manage MySQL database. If the size of the database is larger then you will need to restore it from SSH. You can use the below command to restore it: mysql -udbusername -pdbpassword databasename < path to backup file Kailash
Maybe you could try this : http://www.teknobites.com/2007/09/17/import-large-mysql-dumps-with-bigdump/
You can provide the backup of your database to your hosting provider. They should restore it on your behalf. Kailash