Generate CSV based on MySQL query from phpMyAdmin

前端 未结 4 1223
感情败类
感情败类 2020-12-16 09:48

Can I generate a CSV file from phpMyAdmin based on a MySQL query?

For example, let\'s say I queried a table to return results for the word \"image\". Could I then p

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-16 10:02

    In PhpMyAdmin, go into the SQL tab and enter your query in there. Hit go, then click Export at the bottom of your results. You can select to export as a CSV.

    In case you're interested, here's how to do it via SQL without PMA: How to output MySQL query results in CSV format?

提交回复
热议问题