摘要: 1,先确认本地是否能连上本地能连上就对用户进行授权mysql>grant all privileges on *.* to 'root'@'%' identified by 'youpassword' with grant option;mysql>flush privileges; 2、打开/etc/my.cnf将选项skip-networking注释掉(注:有的资料上说还要讲bind-addr... 阅读全文
posted @ 2017-06-22 14:34 叫我明羽 阅读(608) 评论(0) 推荐(0)