shunzi115

mysqldiff

针对 MySQL 数据库表结构的差异 SQL 工具。

安装
pip install pyinstaller
pip install click
pip install mysql-connector-python
打包
pyinstaller -F mysqldiff.py
使用
# 查看帮助
./bin/mysqldiff --help
# 实例
./bin/mysqldiff --source user:password@host:port --db db1:db2
./bin/mysqldiff --source user:password@host:port --target user:password@host:port --db db1:db2

分类:

技术点:

相关文章:

  • 2021-09-01
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-03-29
  • 2021-12-06
  • 2021-08-18
相关资源
相似解决方案