About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
jack-zheng
4/30/2018 - 7:07 AM
share
Share
add_circle_outline
Save
mycli, python
mycli, python
mycli .md
content_copy
file_download
Rendered
Source
mycli 使用实录
使用场景
安装 mysql, 设置了登录密码, 安装 mycli,但是通过 mycli 连不上db, 用自带的workbench 或者client 就可以
在 mac 上执行以上的操作, 没有设置密码, 安装了mycli 之后, 使用什么都没问题
查看 mycli 文档, 发现里面有个comment 是说, 只在mac 和linux 系统上有测试过...
试着重新安装windows版, 必须得设置密码, 试了还是不行, 也许是个bug, 不过mac办的 mycli 用了, 体验很不错哦
mac 有趣的工具
brew services: 可以用它来查看service 的状态 开启/关闭服务器
brew services process list
brew services start/stop mysql
mysql 常用命令
show processlist 查看当前的 DB 链接数
show variables like 'max_connections' 查看最大链接数
show global variables like 'port' 查看 port 信息
install mysql against Mac
clear