Create a Backup for your Mysql DataBase in Bash on linux Servers

#mysqldump -u root –password=12345 MyDatabase > MyBackup.sql

For example User is root , Password is 12345 and Database name is MyDatabase Your backup will create in current path (check with “pwd” command) and the name of Backup file is MyBackup.sql (check “ls -lh” command to see)

One thought on “Create a Backup for your Mysql DataBase in Bash on linux Servers

  1. Wow! This can be one particular of the most useful blogs We have ever arrive across on this subject. Basically Magnificent. I am also an expert in this topic so I can understand your hard work.

Leave a Reply

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