Export MySQL database using FTP access only

Happiness, I need to export the MySQL database, but I only have access to the FTP server.

How can I export a database? Are there any scripts that I could download and run to export the database? I have a username / password for the database, but I cannot connect to the database through my local MySQL client.

+3
source share
1 answer

You may be able to install MySQLdumper . This is a web application (PHP or Perl) for creating MySQL. I had different successes on shitty servers where even PHPMyAdmin failed with this.

+4
source

All Articles