🚨 Critical Alert: Due to global conditions, internet, network, or hardware failures may occur, including potential impacts from attacks on data center infrastructure. Clients are strongly advised to keep regular local backups of critical data. Such events are beyond our control, and we shall not be liable for any service interruption or data loss arising from them. Thank you for your cooperation. 🙏

How to Backup Mysql Database Using PHPMyAdmin?

The PhpMyAdmin is a free web application that provides a convenient GUI for working with the MySQL database management system. It is the most popular MySQL administration tool.

You can take backup of your databases through this tool. You need to follow the below steps:

Step 1:

Login to you PHPMyAdmin application.

(You can find it under your hosting control pane like cPanel, Plesk, Direct Admin)

Step 2:

Select the database from left hand side of you PHPMyAdmin window and click on “Export”

Step 3:

Make sure the format for database backup should be SQL and click on “Go” button.

Note: The backup file is auto generated and downloads to your local computer in .sql format.

Thank you for reading this article


Was this article helpful?

mood_bad Dislike 0
mood Like 0
visibility Views: 12126