Hi Members, I have a forum datatbase of 23 Mb, i would like to upload it to my new host, i tried through php myadmin but My host Godaddy isnt allowing me to upload database more than 2 MB, Can anyone help me to do the same via any other method ? Thanks Prashanth
Yes, search the web for bigdump.php it's a good way to import a large database. What kind of forum is it? If it is phpBB you might experience some errors with the search tables. I ended up deleting the insert into statements for those and re-generating the search index after moving.
If you have shell access enabled, you can restore your database from it. mysql -uyourmysqlusername -pmysqluserpassword yourdatabasename < path_of_your_database_backup_file You will need to upload the backup via FTP. Or you can use bigdump or you can request your host to restore it on your behalf. Kailash