. ├── configs │ └── .env.default # env example ├── out # dump result ├── targets # special DB, table, fields, conditions config ├── .gitignore # git ignore config ├── Dockerfile # operation env ...
This is a php version of mysqldump cli that comes with MySQL, without dependencies, output compression and sane defaults. Out of the box, MySQLDump-PHP supports backing up table structures, the data ...