How to export a MySQL database to JSON?

后端 未结 15 1798
感动是毒
感动是毒 2020-12-04 17:52

I am interested in exporting a subset of values from a MySQL database into a JSON-formatted file on disk.

I found a link that talks about a possible way to do this:

15条回答
  •  遥遥无期
    2020-12-04 18:15

    Another possibility is using the MySQL Workbench.

    There is a JSON export option at the object browser context menu and at the result grid menu.

    More information on MySQL documentation: Data export and import.

提交回复
热议问题