s0b
05-10-2007, 10:35 PM
Hi, my vBulletin hosted in Godaddy is using the version 4.0.22 of MySQL and my new hosting uses the version 4.1.20. That do impossible to restore my .sql dump and the only way to do that is to run a command* in SSH but i havent access and Godaddy dont want to do it :( How can i restore my db?
After very much e-mails with the support of the new hosting, they didnt give me any solution and i am thinkin in obtain a new hosting to only upload the database, is a good solution?
If someone knows what can i do, i will be very glad :)
Very much thanks!
*The command is a mysql dump in compatibility mode, i cant do it via phpmyadmin:
mysqldump -u USERNAME -pPASSWORD --quote-names --compatible=mysql40 DATABASE > path/to/save/databas/sql/file.
After very much e-mails with the support of the new hosting, they didnt give me any solution and i am thinkin in obtain a new hosting to only upload the database, is a good solution?
If someone knows what can i do, i will be very glad :)
Very much thanks!
*The command is a mysql dump in compatibility mode, i cant do it via phpmyadmin:
mysqldump -u USERNAME -pPASSWORD --quote-names --compatible=mysql40 DATABASE > path/to/save/databas/sql/file.