Knowledgebase
How create a backup of a MySQL database using SSH
- Log into your account on our server and issue the following command:
- /usr/bin/mysqldump databasename > /home/user/file.sql
- Enter your actual username and password where we have indicated user and password. This will create a file called "file.sql" that contains your entire database.
لاجراء نسخ احتياطي ادخل الامر التالي بالشيل
- /usr/bin/mysqldump databasename > /home/user/file.sql
فقط قم باستبدال اسم قاعدة البيانات
وايضا مكان الباك اب لقاعدة البيانات
|
Powered by WHMCompleteSolution