mysql命令行客户端神器mycli安装
基于python安装pip
yum install python-pip python-devel curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py pip install mycli
发现报错
Found existing installation: configobj 4.7.2 ERROR: Cannot uninstall ‘configobj‘. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
解决
# pip install --ignore-installed mycli
使用
# mycli -uroot -p123 mysql 5.7.22 mycli 1.20.1 Chat: https://gitter.im/dbcli/mycli Mail: https://groups.google.com/forum/#!forum/mycli-users Home: http://mycli.net Thanks to the contributor - Phil Cohen mysql :(none)> show databases;
相关推荐
吹云 2020-11-05
84407805 2020-11-01
曾是土木人 2020-10-31
87201442 2020-10-15
java0 2020-09-29
81437716 2020-09-18
81437716 2020-09-13
bluecarrot 2020-09-11
myCat 2020-09-09
83427718 2020-09-07
85560694 2020-09-03
89520991 2020-08-21
89550191 2020-08-09
katie000 2020-08-04
hunningtu 2020-07-30
89961330 2020-07-28
yuzhongdelei0 2020-07-28
yuzhongdelei0 2020-07-27