Sorry, i know this has been asked however, i can only find help for shell access which i dont have. My database is around 150 meg and of course cannot be imported with phpmyadmin. I have tried everything i could find. Bigdump, I even tried to do a few tables at a time. Can anyone help me? Thank you.
Announcement
Collapse
No announcement yet.
Need help with moving large databse to new server
Collapse
X
-
You may be able to connect to the database directly. You can try connecting from your new server with the mysql command as follows:
Code:$ mysql -u <user> -p<password> -h <hostname>
Code:$ mysqldump -c -x -u -q <user> -p<password> -h <hostname> <database_name> > old_db.sql
Enjoy!
Comment
-
Originally posted by Videx View PostDon't you have cpanel? Use it to download a one time db backup.
With FTP it's possible to dowload.
On the computer have to unzip it.
Keep the one needed,delete the others.
vB5 is unequivocally the best forum software, but not yet...
Comment
-
MySQLDumper has never failed to export and import any vBulletin SQL database for me. All you need is FTP access to upload the files, and to create and set permissions for several work folders on Linux servers if the host server runs with safemode enabled.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment