问题解决:mysql: Commands out of sync; you can‘t run this command now

Posted 看,未来

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了问题解决:mysql: Commands out of sync; you can‘t run this command now相关的知识,希望对你有一定的参考价值。

遇到bug不要慌,先把bug找出来。
怎么找mysql出的bug呢?有 mysql_errno,可以看一下这篇,我把模板给出了(自取可用):
C++ 操作 MySQL模块更新

找到这个bug,原因:缓存没有清理,造成连接阻塞。
人话:是由于mysql_res*的没释放。

所以,改吧。

以上是关于问题解决:mysql: Commands out of sync; you can‘t run this command now的主要内容,如果未能解决你的问题,请参考以下文章

(2008) MySQL client ran out of memory怎么解决

markdown mysql_commands.md

如何解决 Kettle 中的这个 in/out mysql 参数错误?

DBCC - Undocumented commands

常用sql commands

python 基础 7.5 commands 模块