当前位置:Gxlcms > mysql > mysql安装后修改端口号和密码_MySQL

mysql安装后修改端口号和密码_MySQL

时间:2021-07-01 10:21:17 帮助过:80人阅读

1.修改密码

grant all privileges on *.* to 'root'@'localhost' identified by 'new password';
2.修改端口号

(1)在服务中停掉mysql的服务

/

(2)在mysql的安装目录下,找到 my.ini 文件,修改端口号

/

人气教程排行