mysql 5.7 cnf 参数_MySQL5.7 my.cnf常用参数、调优参数及常用语句
更改用户密码mysql>update user set authentication_string=password(‘new password‘) where user=‘root‘;mysql>flush privileges; ###刷新权限表编辑/etc/my.cnf[mysqld]datadir=/var/lib/mysql ...