Export Query Data to CSV with MySQL
Posted on : 06-10-2010 | By : Michael Fitchett | In : MySQL
0
There are multiple ways to export the data from a MySQL Query. I am going to start with the easiest first.
MySQL Query Browser
This is by far the simplest way to export the data that you just queried.
1) Open MySQL Query Browser
2) Write your Query and Run it
3) Right-Click on the Results
4) Click Export Resultset



