mysql 命令行 自动补全

配置文件中 默认关闭自动补全:

[mysql]

#no-auto-rehash # faster start of mysql but no tab completition

改为:

[mysql]

auto-rehash  #now tab completition 

原文地址:https://www.cnblogs.com/diyunpeng/p/4302219.html