MysqlExport Library

MysqlExport

Explanation: Export databases with PHP. Library GitHub You can review the page.

Why did I create this?

I have a virtual private server and I got tired of manual backups. I decided to automatically backup the databases with a cronjob and then created this class.

If you see any bugs or optimizations, please feel free to let me know.

TODO

The class is not suitable for tables with foreign keys. I will update the class.

Test Usage

getDatabases(); $export->export();

Licence

mysqlexport, developed by Erhan Kılıç and MYTH It is a licensed open source project.

Contribution

Your contributions are always welcomed and recommendedHere's how:

  • Fork the repository (guide here).
  • Clone to your machine git clone https://github.com/YOUR_USERNAME/zipMaster.git
  • Make your changes
  • Create a pull request