将 MySQL 转换为 SQLite

时间:2023-04-29
本文介绍了将 MySQL 转换为 SQLite的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

是否可以使用 Windows 上的免费工具从 MySQL 转换为 SQLite?

Is it possible to convert from MySQL to SQLite with a free tool on windows?

推荐答案

GitHub

如标题中所述,脚本可以这样使用:

As described in the header, the script can be used like this:

./mysql2sqlite.sh myDbase | sqlite3 database.sqlite

<小时>

替代方案

  • 更新版本https://github.com/dumblob/mysql2sqlite
  • 一个更简单的脚本发布在 MySQL 论坛

这篇关于将 MySQL 转换为 SQLite的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

上一篇:排序规则的非法混合 MySQL 错误 下一篇:MySQL ON DUPLICATE KEY - 最后插入ID?

相关文章