phpMyAdmin Quick database export: is it OK to use it for WordPress database backup?

0

Can somebody confirm/clarify whether using phpMyAdmin Quick database export option is sufficient for backing up WordPress database? Or there is something specific to WordPress database backup that requires going to "Custom - display all possible options" export mode?

Mikhail

Posted 2015-09-26T18:26:08.050

Reputation: 1 124

The WordPress database is not magical. It’s just a MySQL database. Export it from one place, import it into another place and that’s that. – JakeGould – 2015-09-26T18:52:11.103

Answers

2

A PhpMyAdmin quick export is a perfectly safe way to backup a Wordpress database.

PhpMyAdmin's quick export is configured by default to export the database structure and all the records as SQL. You can view the contents of this file in notepad to verify that if you wish.

Don't forget to backup your WordPress files, especially in your "uploads" directory as the database will reference them.

RCrowt

Posted 2015-09-26T18:26:08.050

Reputation: 156

0

It should be fine, last time I moved WordPress install on different VPS I used standard setting, except I skipped few tables that was generated on receiving host with install script.

Yevhenii Ponomar

Posted 2015-09-26T18:26:08.050

Reputation: 126