Can you link to a good MySQL dumper PHP script?
        Posted  
        
            by 
                Ivan
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Ivan
        
        
        
        Published on 2010-10-01T03:31:37Z
        Indexed on 
            2010/12/24
            6:55 UTC
        
        
        Read the original article
        Hit count: 306
        
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?
© Server Fault or respective owner