前提:pip & pip3已安装完毕
报错:
Could not find a version that satisfies the requirement mycli (from versions: )
No matching distribution found for mycli
<p>
原因: 网络的问题,有时候不稳定,这时用国内的镜像源来加速
</p>
输入: pip install mycli -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
终端出现如下即表示成功:
Stored in directory: /home/plh/.cache/pip/wheels/26/6f/88/898353ff915c17324475Successfully built configobj terminaltables tabulate pycparser
sqlparse, terminaltables, tabulate, backports.csv, cli-helpers, mycli
然后就可以登录mycli了,输入: mycli -u 用户名 -h localhost -p密码
用户名与密码请自行输入
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。