views:

33

answers:

2

Which scripts/solutions do use for import and export large mysql databases?

Phpmyadmin gives an error for these operations, if there is a big amount of data.

+1  A: 

If you have access to the command line in both locations, mysqldump

For more verbose answers, you'll need to add much more information about your setup, e.g. whether you are on some sort of hosting package or a server of your own.

Pekka
virtual hosting and localhost.
Happy
Even with a virtual host, you should be able to SSH into the server if it is set up.
judda
@judda, its a redundant solution
Happy
@WorkingHard I don't understand what you mean by that? Anyway, if you have command line access, `mysqldump` to export and `mysql` to import will probably work.
Pekka
+2  A: 

http://sypex.net/en/ is better than Phpmyadmin in that

Col. Shrapnel
sympex 2 seems to be buggy.
Happy
may be, I haven't seen it for a while.
Col. Shrapnel
some similar solutions?
Happy
@WorkingHard buggy how?
Pekka
@WorkingHard not known to me. I'd go for mysqldump then
Col. Shrapnel