mysql自动补全
2020-03-05 本文已影响0人
cdz620
一、修改my.cnf
vi /etc/my.cnf
[mysql]
auto-rehash #添加auto-rehash
重启mysql服务
二、客户端连接mysql时
在mysql启动时加参数auto-rehash
mysql –uroot -pmysql --auto-rehash
一、修改my.cnf
vi /etc/my.cnf
[mysql]
auto-rehash #添加auto-rehash
重启mysql服务
二、客户端连接mysql时
在mysql启动时加参数auto-rehash
mysql –uroot -pmysql --auto-rehash