会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
白名单
博客园
首页
新随笔
联系
订阅
管理
06 2016 档案
navicat远程连接报 access denied for user'root'@'your mysql server ip'(using pasword:yes" 错误
摘要:第一步:登录远程服务器,进入mysql (mysql -u username -p password) 第二步:执行 GRANT ALL PRIVILEGES ON *.* TO'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION; 如下图所示: 然后就
阅读全文
posted @
2016-06-15 10:18
angel_loong
阅读(436)
评论(0)
推荐(0)
公告