Tag Archives: mysql

Scripting mysql database backups on phpMyadmin with CURL

Sometimes, you can only access your MySQL database with phpMyadmin (the previous tool I blogged about won’t be helpful, then). But you may wish to backup the database on a regular way. PhpMyadmin allows you to backup the database, but … Continue reading

Posted in Uncategorized | Tagged , , , | 17 Comments

How to backup mysql databases : mysql_backup

I have a couple databases in mysql on my machines (either for stuff like my weblog or more serious applications like for work . The machines are probably backed-up regularly using file-system-based tools… so I suppose that my database is … Continue reading

Posted in Uncategorized | Tagged , | 4 Comments