mycli-增强版的mysql客户端工具
Posted 白-胖-子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mycli-增强版的mysql客户端工具相关的知识,希望对你有一定的参考价值。
- python写的功能强大的客户端工具
yum install python3-pip
pip3 install mycli
[root@C8-194 ~]# mycli
Connecting to socket /var/lib/mysql/mysql.sock, owned by user mysql
Password:
MySQL
mycli 1.24.1
Home: http://mycli.net
Bug tracker: https://github.com/dbcli/mycli/issues
Thanks to the contributor - spacewander
MySQL root@(none):(none)> show DATABASES;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| sys |
+--------------------+
4 rows in set
Time: 0.010s
以上是关于mycli-增强版的mysql客户端工具的主要内容,如果未能解决你的问题,请参考以下文章