Problem:How We can take MYSQL Backup? Solution:There are three type of option for taking MYSQL databases: A) In the control panel, Use the backup utility. B) You can take backup manually from phpMyAdmin. As below follow these steps: Step A: Login to your cPanel and click phpMyAdmin icon in Databases section. C) Apply the command line in SSH. >mysqldump -u username -p database_name > file.sql >password Enter your password and this will put a copy of the database into file.sql |
Client Login