Access denied for user 'root'@'localhost' (using password: YES)

请问各位大侠一下问题,离线安装微擎时,输入密码一直提示这个Accessdeniedforuser'root'@'localhost'(usingpassword:YES)... 请问各位大侠一下问题,离线安装微擎时,输入密码一直提示这个Access denied for user 'root'@'localhost' (using password: YES) ,谢谢,求跪~~,为什么。数据库密码为空的。如果修改密码的话,怎么修改啊? 展开
 我来答
womanv
2009-07-20 · TA获得超过818个赞
知道小有建树答主
回答量:898
采纳率:0%
帮助的人:1038万
展开全部
重新启动一下mysql
linux下的一般做法是
比如说mysql安装在/usr/local/mysql

/usr/local/mysql/bin/mysqld_safe --skip-grant-tables

这样启动后,你可以直接用mysql -uroot

登录进去之后

GRANT ALL PRIVILEGES on *.* to 'root'@'localhost' identified by '密码';
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2013-09-21
展开全部
解决方法一:运行MySQL Server Instance Configuration Wizard,在“Please set the security options”一步,勾上“Create An Anonymous Account”

解决方法二:在命令行中,运行:...\depot> mysql -u <输入用户名,例如root> -p depot_development <db/create.sql,这时会提示你输入密码,输入即可。其中选项-p表示要求输入密码。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
明月冷淡
2017-08-11
知道答主
回答量:13
采纳率:0%
帮助的人:8783
展开全部
请看官方文档上有这么一段话,查看/var/log/mysqld.log 就可以找到root的原始密码,不是空哦,输入那个密码就可以进去了,然后修改root密码和赋各种权限就可以了,都用root进数据库了,啥操作都可以了。
superuser account 'root'@'localhost is created. A password for the superuser is set and stored in the error log file. To reveal it, use the following command:
shell> sudo grep 'temporary password' /var/log/mysqld.log
Change the root password as soon as possible by logging in with the generated, temporary password and set a custom password for the superuser account:
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
hemu780924
2009-07-22 · TA获得超过662个赞
知道小有建树答主
回答量:495
采纳率:0%
帮助的人:518万
展开全部
1先关闭mysql
window下在你的mysql安装目录下 例如c:\mysql2\bin\mysql-nt stop;
2 c:\mysql\bin\mysql-nt --skip-grant-tables
3 mysql -uroot
4 use mysql
5 update user set password = password('新密码') where user='root' and host='localhost'
6 flush privileges;
7 c:\mysql\bin\mysql-nt restart;
如果在linux下把mysql-nt 换成mysqld_safe
唉 mysql-nt --skip-grant-tables mysq-nt后面是参数 你要手工写上去。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
pieryon
2016-09-01 · 知道合伙人数码行家
pieryon
知道合伙人数码行家
采纳数:14411 获赞数:166862
获取软件设计师高级职称 万达金融最佳创新奖

向TA提问 私信TA
展开全部
这是警告,无所谓,就是说root用户有可能被拒绝登陆的可能性,最好是另外创建一个连接用户来访问数据库,这样保证安全性。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式