Hello,
there must be some way we can automate the database export feature of phpMyAdmin. I want to create a cronjob for backing up db.
We currently have one script for that purpose. It uses mysqldump. but the problem with this script is that it trancates the values in fileds with data type "text" resulting in incomplete database. phpmyadmin doesnt do this.
How can i do this automated backup thing using phpmyadmin?
Start Free Trial