MySQL 命令自动补齐功能
MySQL 命令自动补齐功能方法一、vi /etc/my.cnf[mysql]#no-auto-rehashauto-rehash #添加auto-rehash在重启一下mysql服务,补全命令按 TAB 建,效果如下mysql> select cocode comment commentCount consumeAmount content country connect方法二、在mysql启动时加参数auto-rehashmysqld_safe ...