I need to migrate a website to another host. I have only FTP server access and MySQL name+pass (the MySQL server's IP I was provided is 127.0.0.1, and there's neither PhpMyAdmin nor SSHell to use). A web app run there can access the DB using credentials I know and localhost server. So I'd need a PHP script, that will correctly dump all the available databases of the MySQL server so that they can be imported on the new server. Can you recommend a good one?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Hmmm my first mind was:
Anyway here is a class: http://www.phpclasses.org/browse/file/16861.html And ready tool (Bigdump is really cool!): |
|||
|
|
|
Mysqldump is what you are looking for, though its written in perl (all nix's have perl) |
|||
|