How can I backup a database using phpmyadmin?

Backing up your database in Phpmyadmin is accomplished by doing the following:

1) Once you have reached the PHPMyadmin screen, select the database you want to back up.
2) Select the 'export' tab on the top right of the screen.
3) Scroll down the page and click 'Save as file' and click on the 'go' button.

This will save a copy of your database on your local computer.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How can I access mysql database remotely?

Under the mysql header in Cpanel, select 'manage mysql' Then scroll down to the 'access hosts'...

How do I add a mysql database in Cpanel?

To create a MySQL database: - Go to 'Manage Mysql' under the database header in Cpanel - In the...

How do I delete a MYSQL database?

Removing a database will delete that database ENTIRELY from the server. Please make sure you have...

How do I restore a database using phpmyadmin?

You can restore a database backup in PHPMyadmin by doing the following: 1) After entering...

What is MySQL?

MySQL is a Relational Database Management System. A relational database adds speed and...