Master da Web
Back to Blog

How to Backup MySQL Database with Putty (SSH)

LucasNovember 19, 20111 min readUpdated on November 4, 2023
How to Backup MySQL Database with Putty (SSH)

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:

 

Tags#Backup#Database#mysql#putty#SSH
Share

Need Hosting or Servers?

Discover our VPS, dedicated servers and professional hosting solutions

Related Articles

View all articles