[问题澄清]
[2020/05/19 13:44:08.893 +08:00] [ERROR] [conn.go:714] ["dispatch error"] [conn=5774] [connInfo="id:5774, addr:192.168.2.90:37240 status:10, collation:utf8mb4_bin, user:booklib_source"] [command=Statistics] [status="inTxn:0, autocommit:1"] [sql=Statistics] [err="ERROR 1105 (HY000): command 9 not supported now"]
[原因分析]
tidb 不支持 mysql 的COM_STATISTICS 消息报文功能,并且用户代码中存在 $this->pdo->getAttribute(PDO::ATTR_SERVER_INFO);发送的命令。
[解决方案]
不影响使用