03 2013 档案
摘要:CentOs中iptables配置允许mysql远程访问 Iptables Allow MYSQL server incoming request on port 3306CentOS 配置mysql允许远程登录mysql远程登录解决方法为根用户添加远程登录:GRANT ALL PRIVILEGES ON *.* TO 'root'@'10.211.xx.8' IDENTIFIED BY 'youpassword' WITH GRANT OPTION;FLUSH PRIVILEGES;添加新用户:insert into mysql.user(Ho
阅读全文

浙公网安备 33010602011771号