Is it possible to automate the exportation of a single db using phpMyAdmin?
When I try creating the .sql file from an external script, like php, the resulting .sql file looks clean, but when imported causes problems in the application.
When I use phpMyAdmin to create a similar .sql file by using Export, the resulting .sql file Imports without causing any issues to my application.
The application is moodle 2.2, the MySQL version is 5.5, the phpMyAdmin version is 3.4.10.
The best option is to make a script that executes database export with mysqldump and after that a cronjob to execute that script.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With