摘要: 当远程登录mysql时,提示 Access denied for user 'root'@'localhost' (using password: YES),这说明root账号没有开放远程访问权限。 解决步骤: 1、直接修改配置文件(my.cnf) 在最后一行添加 skip-grant-tables 阅读全文
posted @ 2017-06-07 13:56 野马也有梦 阅读(603) 评论(0) 推荐(0)