Exporting Databases and Tables with phpMyAdmin
This tutorial assumes you’ve already logged in to phpMyAdmin: 1. Now let’s learn how to export a database – click the Database you wish to export 2. Then click the Export button 3. 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 database4. Be sure to check any Options you want before proceeding 5. Check the Save as File checkbox, then click GoThat’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 table […]