Tag: SSH

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Allow Root access in SSH

Some Linux distributions, such as Ubuntu Server, do not allow the Root user to log in to SSH by default. To allow Root access via SSH, edit the sshd_config file: vim /etc/ssh/sshd_config Then look for the PermitRootLogin directive and change it to the following: PermitRootLogin yes Now restart the SSH service: service ssh restart That’s

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:  

Latest news

Latest news directly from our blog.