使用 mysqlimport 时是否无法显示警告?
本文:http://www.linuxask.com/ questions/how-to-show-the-warnings-during-mysqlimport
表示使用 mysqlimport 时不可能显示警告:
当使用mysqlimport从文本文件导入数据时, 导入结束时将显示警告。但没有办法 显示实际的警告消息。
准确吗?我有一台不允许 LOAD DATA INFILE 的服务器。
This article: http://www.linuxask.com/questions/how-to-show-the-warnings-during-mysqlimport
says it is not possible to show warnings when using mysqlimport:
When you use mysqlimport to import data from text file, the number of
warnings will be displayed at the end of import. But there is no way
to show the actual warnings message.
Is that accurate? I have a server which does not allow LOAD DATA INFILE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
答案是 - 不,您不能从 mysqlimport 输出警告。
The answer is - no you cannot output warnings from mysqlimport.
我使用了 mysql CLI 工具,传递了等效的“LOAD DATA ...”命令,后跟一个分号,然后是“SHOW WARNINGS”。结果显示有助于查找每个警告的详细信息。
例如:
I used the mysql CLI tool, passing an equivalent "LOAD DATA ..." command followed by a semicolon, followed by "SHOW WARNINGS". The resulting display is helpful in finding detail on each warning.
For example: