We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
在生产部署或者相关的数据库迁移指南的地方加上这些友情提醒吧,能避免一些错误的发生。
mycat不支持lock tables,导入的时候必须要指定列名。
而mysqldump导出的数据中默认没有列名,且在写入前lock tables,写入后unlock tables。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在生产部署或者相关的数据库迁移指南的地方加上这些友情提醒吧,能避免一些错误的发生。
mycat不支持lock tables,导入的时候必须要指定列名。
而mysqldump导出的数据中默认没有列名,且在写入前lock tables,写入后unlock tables。
The text was updated successfully, but these errors were encountered: