Exporting databases and tables with phpMyAdmin

phpMyAdmin series

7. Exporting databases and tables with phpMyAdmin

This tutorial assumes you've already logged in to phpMyAdmin

Now let's learn how to export a database

Click the database you wish to export here
FutureHosting Best Hosting in Ireland - Exporting databases and tables with phpMyAdmin

Then click the Export button
FutureHosting Best Hosting in Ireland - Exporting databases and tables with phpMyAdmin

In this case, we want to export the entire database in SQL format, so we can easily import it later. This is a good way to backup your database
FutureHosting Best Hosting in Ireland - Exporting databases and tables with phpMyAdmin

Be sure to check any options you want before proceeding

Check the Save as File checkbox, then click Go
FutureHosting Best Hosting in Ireland - Exporting databases and tables with phpMyAdmin

That's it! The demo1234_members database has been exported to our local computer

If you only wanted to export a table, and not the entire database, follow these steps

Remember that exporting tables only exports the selected tables within a database, whereas exporting a database will export all tables as well (provided they're all selected)

That's it! The details table has been exported to its own file

This is the end of the tutorial. You now know how to export databases and tables using phpMyAdmin

Ця відповідь Вам допомогла?

 Роздрукувати цю статтю

Також прочитайте

Searching through a database with phpMyAdmin

phpMyAdmin series 11. Searching through a database with phpMyAdmin This tutorial assumes you've...

Deleting fields from database tables with phpMyAdmin

phpMyAdmin series 6. Deleting fields from database tables with phpMyAdmin This tutorial assumes...

Renaming database tables with phpMyAdmin

phpMyAdmin series 10. Renaming database tables with phpMyAdmin This tutorial assumes you've...

Creating tables in a database with phpMyAdmin

phpMyAdmin series 2. Creating tables in a database with phpMyAdmin This tutorial assumes you've...

Running SQL queries on a database with phpMyAdmin

phpMyAdmin series 9. Running SQL queries on a database with phpMyAdmin This tutorial assumes...