Database auto backup
Hi guys, I'm kinda a newbie here in database.
Anyone here know the coding to make the auto backup database for a php system?
-
Hello, Just to clarify... Are you attempting to backup a single database or every database on your cPanel/WHM server? If you are trying to backup your databases in one account only, the Backup Manager is very helpful. 0 -
I wanted to backup a single database only. Can it be done by using a .php code? 0 -
$backup_file"; system($command); ?>
Something like this may work. Change it to your needs. However, I personally prefer using a program such as Navicat to perform backups for me.0 -
Hello :) Note that you can also backup a database through the cPanel interface or using "mysqldump" from the command line. Thank you. 0
Please sign in to leave a comment.
Comments
4 comments