MySQL未显示任何错误消息 [英] MySQL is not showing any error messages

查看:238
本文介绍了MySQL未显示任何错误消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我执行带有错误的sql语句时,mySQL不会告诉我是否存在语法错误或任何其他类型的错误,也不会告诉我该语句是否已成功执行.

When I execute sql statements with errors, mySQL is not telling me if I have an syntax error or any other kind of error, neither shows me if the statement was executed sucessfully.

我试图在没有向导工作台的情况下执行语句,我是说,我直接编写了语句.

I trying to execute statements without the wizard's workbench, I mean, I writing directly the statements.

例如,如果我执行此操作:

For example, if I execute this:

insert into PROFF(aVARCHAR) values ('aVARCHAR')

什么也没显示.

如果我执行正确的查询而没有单引号错误:

If i execute the correct query without the single quotes mistake:

insert into PROFF(aVARCHAR) values (`aVARCHAR`)

它什么也没显示.

是否需要设置某些内容才能查看错误消息?

Is there something I need to set up in order to see the error messages?

推荐答案

底部面板已隐藏.这就是为什么我看不到任何错误消息的原因.

The bottom panel was hidden. That's why I couldn't see any error messages.

这篇关于MySQL未显示任何错误消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆