Articles

 Exporting a MySQL via CLI (Command Line Interface)

Using SSH, execute the following command: mysqldump -p -u username database_name > dbname.sql...