使用mycli时出错

时间:2017-12-03 15:41:34

标签: python mysql

我有一张桌子,但是在mycli中使用show create table t时,会发生错误。其他一些命令也出现了同样的错误。

enter image description here

顺便说一句,我的Python版本是2.7.13,而mycli的版本是1.11.0。

1 个答案:

答案 0 :(得分:0)

我在mycli问题中发现了这个问题:

https://github.com/dbcli/mycli/issues/479

https://github.com/dbcli/mycli/issues/493

开发者的回复是:

  

当一行中有换行符时,这似乎仅在Python 2上存在问题。

     

即将发布的mycli修复了这个问题。

     

如果你通过pip安装了mycli,你可以通过这样做来解决这个问题:

$ pip install -U cli_helpers