A Guide to Import and Export MySQL Database via SSH

You can easily import/export your database using phpMyAdmin menu in cPanel, but when dealing with large databases over 50Mb it is recommended to manage them via SSH. In this article, I will cover exporting and importing a database via SSH. Make sure that you replace the following variables in the commands below: USERNAME – the …

A Guide to Import and Export MySQL Database via SSH Read More »