您好,欢迎来到99网。
搜索
您的当前位置:首页修改mysql远程连接_MySQL

修改mysql远程连接_MySQL

来源:99网


bitsCN.com --修改用户远程连接权限
update user set host = '%' where user = 'root';
select host, user from user;

--开启远程连接
grant all privileges on *.* to 'root' @'%' identified by 'root';
flush privileges;

注:mysql密码必须为root bitsCN.com

Copyright © 2019- 99spj.com 版权所有 湘ICP备2022005869号-5

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务