Jump to content

MySQL Backup


Isityou

Recommended Posts

php has no export capability, you will either have to:

 

1) Generate the SQL yourself (from scratch or digging through phpMyAdmin for their code)

2) Use the mysql command line utility called mysqldump. You could use PHP to run this command via exec()/system()/passthru()

Link to comment
https://forums.phpfreaks.com/topic/92136-mysql-backup/#findComment-472021
Share on other sites

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.