mysql 命令行选项
mysql 中的命令行选项 -e 或 --execute 用于在 shell 提示符本身中执行命令。如果查询不成功,有没有办法打印错误(如果输出的数字为零?) 一样
Empty set (0.89 sec)
The commandline option -e or --execute in mysql is used to execute commands in shell prompt itself. Is there a way to print an error if the query was not successful (if the number if output is zero?)
Just like
Empty set (0.89 sec)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
mysql
默认情况下已经打印出错误消息。如果发生错误,它也会以大于 0 的退出代码退出:mysql
already prints out error messages by default. It also exits with an exit code larger than 0 if an error occured: