06-22-2018, 05:28 AM
Creating backups of MySQL databases via the command line is actually quite easy.
You can use tools like MySQLDump: https://www.hivelocity.net/kb/how-to-cre...mand-line/
If the SQL file is big you can compress it with tar and gz easily or even with zip.
You can use tools like MySQLDump: https://www.hivelocity.net/kb/how-to-cre...mand-line/
If the SQL file is big you can compress it with tar and gz easily or even with zip.