Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 308 Bytes

ssmgr-db-transfer

使用方法

  1. MySQL -> SQLite
node index username:password@xxx.xxx.xxx.xxx:ooo/dbname ./db.sqlite [tableName]
  1. SQLite -> MySQL
node index ./db.sqlite username:password@xxx.xxx.xxx.xxx:ooo/dbname [tableName]
  • 注意,当省略tableName时则转换所有表