4、支持远程连接
mysql> use mysql mysql > select host,user,plugin from user; mysql > update user set host= ‘ % ‘ where user = ‘ root ‘ ; mysql > FLUSH PRIVILEGES;
5、字符集
从Mysql8.0开始,默认值的字符集为utf8mb4,不再是latin1。基本上不用再为字符集操心了。
CentOS7安装mysql8
标签:pre pass 默认值 var update plugin 修改 info emctl
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did117111