Jump to content

[SOLVED] Backing up a MySQL database without mysqldump


friedemann_bach

Recommended Posts

Hello all,

 

I have designed a small MySQL database frontend with PHP and I want to provide a backup function that creates a dump of the whole database. Usually, I would have used mysqldump with the usual command line options. However, mysqldump does not work here, as the PHP server does not have mysql installed. The mysql server is running on another machine. How can I make a complete database backup in this case - using only PHP and MySQL commands?

 

Thank you very much for your help.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.