Quantcast
Channel: Altschuler
Viewing all articles
Browse latest Browse all 60

How to back up your WordPress database using phpMyAdmin

$
0
0

Open phpMyAdmin and select the database you want to back up. In this example we have selected the database called “awcdevWP.”

Screen Shot 2015-08-20 at 3.25.28 PM

Click on the Export tab and then click on the radio button for “Custom – display all possible options.”

Screen Shot 2015-08-20 at 3.36.19 PM

In the Output section select “Save output to a file.”

Screen Shot 2015-08-20 at 3.38.46 PM

In the “Object creation options” section check the box for “Add DROP TABLE / VIEW / PROCEDURE / FUNCTION / EVENT / TRIGGER statement” and uncheck the box for “Add CREATE PROCEDURE / FUNCTION / EVENT statement.”

Screen Shot 2015-08-20 at 3.40.09 PM

At the bottom of the page click on the “Go” button. This will save a .SQL file to your computer which contains all the data in your WordPress database, and can be used later to restore it.


Viewing all articles
Browse latest Browse all 60

Trending Articles