Can i backup the mysql database automatically every week like scheduled job in local Phpmyadmin.
if possible i would like to take the each database separate file.Is this possible !
Thanks
|
Can i backup the mysql database automatically every week like scheduled job in local Phpmyadmin. if possible i would like to take the each database separate file.Is this possible ! Thanks | |||||
feedback
|
|
You should not use phpmyadmin for critical maintenance tasks, as it is not reliable enough. Instead, write a simple cron script to do this with the mysqldump utility:
| |||
|
feedback
|