Title: [Plugin: Google Maps made Simple] Exporting Maps
Last modified: August 20, 2016

---

# [Plugin: Google Maps made Simple] Exporting Maps

 *  [nikioneota](https://wordpress.org/support/users/nikioneota/)
 * (@nikioneota)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-google-maps-made-simple-exporting-maps/)
 * So I have about 8 maps setup on my test site. When I export my WordPress files
   and import them into the new site- will it take my maps data with it- or so I
   need to rebuild them?
 * Thanks!
 * [http://wordpress.org/extend/plugins/wp-gmappity-easy-google-maps/](http://wordpress.org/extend/plugins/wp-gmappity-easy-google-maps/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [mschwar](https://wordpress.org/support/users/mschwar/)
 * (@mschwar)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-google-maps-made-simple-exporting-maps/#post-2982002)
 * Sadly I don’t think that an export will take these along for the ride.
 * Do you have access to the database? You can dump the two DB tables that contain
   all the map info and move them over to your new database. Those tables don’t 
   contain info that is specific to any particular WP installation.
 * For example:
    ` mysqldump -u old_db_user_name -p old_database_name wp_wpgmappity_maps
   < maps_export.sql
 * mysqldump -u old_db_user_name -p old_database_name wp_wpgmappity_markers < markers_export.
   sql
 * Then:
 * `
    mysql -u new_db_user_name -p new_database_name wp_wpgmappity_maps < maps_export.
   sql
 * mysql -u new_db_user_name -p new_database_name wp_wpgmappity_markers < markers_export.
   sql

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Google Maps made Simple] Exporting Maps’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-gmappity-easy-google-maps.svg)
 * [Google Maps made Simple](https://wordpress.org/plugins/wp-gmappity-easy-google-maps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-gmappity-easy-google-maps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-gmappity-easy-google-maps/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-gmappity-easy-google-maps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-gmappity-easy-google-maps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-gmappity-easy-google-maps/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [mschwar](https://wordpress.org/support/users/mschwar/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-google-maps-made-simple-exporting-maps/#post-2982002)
 * Status: not resolved