SQL语句提示利器--mycli

使SQL语句具有提示功能

  • 使用pip下载mycli
pip install mycli

备注:pip是Python的包管理工具,没有Python环境的话可以使用其他命令下载。

  • 查看是否成功安装
pip list | grep mycli

正确输出mycli以及版本号即为安装成功

  • 链接数据库
Mac:~ yl$ mycli -hlocalhost -uroot
Password:
mysql 8.0.11
mycli 1.19.0
Chat: https://gitter.im/dbcli/mycli
Mail: https://groups.google.com/forum/#!forum/mycli-users
Home: http://mycli.net
Thanks to the contributor - Jonathan Bruno
mysql root@localhost:(none)> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| sys                |
... ... 数据库太多,此处省略。
    原文作者:笔名亮哥
    原文地址: https://www.jianshu.com/p/f1768dcabc6b
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞