Tag: putty

shape
shape
shape
shape
shape
shape
shape
shape
Standard

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:  

Standard

Basic commands for Putty (SHELL)

PuTTy is used on Windows systems to connect to a Unix machine, for example. PuTTy opens a window. So anything you type in the window is sent to the Unix machine and everything the Unix machine sends back is displayed in that window. Below are some basic commands for this useful tool: Navigating directories: cd

Latest news

Latest news directly from our blog.