会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
年少如诗
博客园
首页
新随笔
联系
订阅
管理
2019年1月31日
mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
摘要: 错误情况 解决办法: 首先查看mysql的命令 其次修改root用户的密码 set password for 'root'@'localhost' = password('123456'); 最后退出mysql,用新的用户名和密码登入即可
阅读全文
posted @ 2019-01-31 20:01 小张在搬砖
阅读(2319)
评论(0)
推荐(0)
公告