Title: Externally Export Data
Last modified: July 20, 2018

---

# Externally Export Data

 *  [wpleo](https://wordpress.org/support/users/wpleo/)
 * (@wpleo)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/externally-export-data/)
 * I’d like to know how to export data direct from PhpMyadmin, not using the pugin.
   I had an error exporting via flamingo, maybe because of the large number of submissions,
   but I know the data are being recorded.
 * So, to avoid this, and to add a secure way to get data, I’d like to have a way(
   maybe in SQL) to retrive data externally. I checked and couldn’t find where the
   data are stored in the database of my website.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fexternally-export-data%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Česlav Przywara](https://wordpress.org/support/users/chesio/)
 * (@chesio)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/externally-export-data/#post-10613729)
 * Hi,
 * This will get you some basic data (but some metadata may be missing):
 *     ```
       SELECT post_date, post_title, post_content
       FROM wp_posts
       WHERE post_type = 'flamingo_inbound';
       ```
   
 * Note that you may have to change table name, if you use non-default prefix.
    -  This reply was modified 7 years, 8 months ago by [Česlav Przywara](https://wordpress.org/support/users/chesio/).
      Reason: Readability

Viewing 1 replies (of 1 total)

The topic ‘Externally Export Data’ is closed to new replies.

 * ![](https://ps.w.org/flamingo/assets/icon-128x128.png?rev=1540977)
 * [Flamingo](https://wordpress.org/plugins/flamingo/)
 * [Support Threads](https://wordpress.org/support/plugin/flamingo/)
 * [Active Topics](https://wordpress.org/support/plugin/flamingo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flamingo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flamingo/reviews/)

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)
 * [sql](https://wordpress.org/support/topic-tag/sql/)

 * 1 reply
 * 2 participants
 * Last reply from: [Česlav Przywara](https://wordpress.org/support/users/chesio/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/externally-export-data/#post-10613729)
 * Status: not resolved