Export a MySQL Database to SQLite Database

前端 未结 7 1387
太阳男子
太阳男子 2020-11-28 08:33

Please help me with exporting a MySQL database into a SQLite database.

7条回答
  •  清酒与你
    2020-11-28 08:52

    There's a fantastic Linux shell script on Github that converts Mysql to an Sqlite3 file. You need both mysqldump and sqlite3 installed on your server. Works great.

提交回复
热议问题