Wed May 06 2020
How to Back Up and Restore MySQL Databases with Mysqldump
This tutorial explains how to backup and restore MySQL or MariaDB databases from the command line using the mysqldump utility. The backup files created by the mysqldump utility are basically a set of SQL statements that can be used to recreate the original database.