How to back up the database under SSH using common Linux commands

How to back up the database under SSH using common Linux commands

For Linux system vps hosts, many times the management panel is installed, which is very simple to operate, and simple security is also set up! Papmyadmin is often used to export and backup the database. If you encounter that phpmyadmin cannot be opened, or other situations where you cannot directly operate mysql, directly use the ssh command to back up mysql. The command is as follows:
mysqldump -h localho...

How to back up the database under SSH using common Linux commands

How to back up the database under SSH using common Linux commands

For Linux system vps hosts, many times the management panel is installed, which is very simple to operate, and simple security is also set up! Papmyadmin is often used to export and backup the database. If you encounter that phpmyadmin cannot be opened, or other situations where you cannot directly operate mysql, directly use the ssh command to back up mysql. The command is as follows:
mysqldump -h localho...