How to Backup MySQL Database with Putty (SSH)

shape
shape
shape
shape
shape
shape
shape
shape

To back up a database using an SSH client, simply use the following command:

 

mysqldump --opt -Q -u usuário_banco-de-dados -p nome_banco-de-dados > backup.sql

 

Replace the names in bold with the user of your database and the name of the database. Below is a video lesson explaining the process:

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Latest news

Latest news directly from our blog.