PDA

View Full Version : Problem with MySQL versions


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.

LouiseDM
05-11-2007, 01:58 PM
Well if a host isnt bothered about you or your needs i would say move

As in another post (https://vborg.vbsupport.ru/showthread.php?p=1245594#post1245594)

Myself is hosted by Distance (https://vborg.vbsupport.ru/member.php?u=152930) without a problem

so pm him hes always around and very helpful :)

nexialys
05-11-2007, 09:55 PM
Actually, you do not have to use SSH to make a backup of your database and move it to another server. phpMyAdmin do the job correctly by "Exporting the whole thing".... even if your versions are not the same... MySQL is not changed that much between versions.

you can request someone to do the job if you are so insecure btw...

encryption
05-17-2007, 12:22 PM
you can also use "mysqldumper" and it will backup and restore the database across different versions of MySQL.