I need to make a backup of my forum database via SSH as too large for phpmyadmin. I've found the below command: mysqldump -uUSERNAME -p DATABASE > backup.sql
Can anyone advise how I choose the location of where the database will be downloaded to?
Keep in mind that once you get the SSH command working properly, you can add that same command into a Cron Job so it can backup your database every day.
I need to make a backup of my forum database via SSH as too large for phpmyadmin. I've found the below command: mysqldump -uUSERNAME -p DATABASE > backup.sql
Can anyone advise how I choose the location of where the database will be downloaded to?
Hello, we have been trying to duplicate a MYSQL database on a CentOS VPS, sadly with no luck. We can't export it, as it is too big. Does anybody know how we would go about duplicating it? Thanks in advance!