Backing Up Your Database with PhpMyAdmin
[responsivevoice_button voice=”UK English Female” buttontext=”Read Aloud”]
If you power your website with a content management system, what really runs your website is a database. It stores your content, as well as other settings pertaining to your site. Backing up your database is one of the easiest things you can do to restore your site in the event it fails because of a server failure or site compromise. This article will show how to do that with PhpMyAdmin. Please note that screenshots here may look different from what you see because of differences in hosting provider control panels. The principles, though, will be similar.
The basic steps are:
- Log into PhpMyAdmin.
- Click the ‘Databases’ link in order to select the Appropriate database.
- Once the correct database has been selected, click the ‘Export’ link.
- Check the ‘Custom – display all possible options’ button.
- Press the ‘Go’ button, then choose to save the downloaded file.
A more detailed overview follows.
- Log into your hosting provider’s control panel.
Now, scroll down to the ‘Databases’ heading, thence to PhpMyAdmin, & click that link. - Once in PhpMyAdmin, click the ‘Databases’ link.
Doing so takes you to the screen where you can choose the database you wish to back up. If you have more than one database & are uncertain as to which one powers your WordPress site, open the site’s wp-config.php file, either using your hosting provider’s file manager or an FTP (& hopefully a secure FTP) client. You’ll be looking for a line that begins with:
define(‘DB_NAME’,… If you use Drupal, open settings.php, & if you use Joomla!, open configuration.php. - Once you’ve determined which database you wish to use, click the appropriate link.
- Now that the proper database has been selected, click the ‘Export’ link.
- The export screen appears. Check the button labeled Custom – display all possible options. Once you do so, ‘the ‘Select All’ link appears. Click it to back up all your database tables.
- Now click the ‘Go’ button.
- A dialog box will appear, asking if you wish to open or save the file. Choose ‘Save’.
Great! You’ve just backed up your database. Please note that if your database is very large, this may not work for you due to Php timing out prior to finishing the backup. If that happens, please refer to Backing Up Your Database from the Command Line on how to use the command line to back up your database.
Pingback:Backing Up Your Database from the Command Line – Welcome to Bright Stars Web Technologies
Pingback:Create a New WordPress Database User – Welcome to Bright Stars Web Technologies
Pingback:Chapter 9: Fixing the Hack: Freeing a Site on the 4th of July-A Real-world Example - My Site's Been Hacked-Now What?
Pingback:Chapter 5: Back Up Your Site - My Site's Been Hacked-Now What?