28.07.2014, 16:09
Quote:
|
I dont know if that is possible. but there are 3rd party programs that allow you to run auto backups of your database.
|
OT: There are ways to do it via a query, consider taking a look at: http://www.tutorialspoint.com/mysql/...ase-export.htm if you have phpMyAdmin you can regularly export the tables using that. But if you want automated and are on a Linux server you can set up a cron job to run the mysqldump client, documentation for that is here: http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html


