Mysql不知道默认密码情况下登录
基础系统:linux
镜像:LAMP环境(Ubuntu 18.04 Apache PHP7.0)
问题:ERROR 1405 (28000): Access denied for user ‘root‘@‘localhost‘(using password: YES)
我在用阿里云服务器搭建wrdpress时,由于镜像已自带Mysql数据库,而我不知道登录密码无法登陆...........
【问题解决】
1.想办法跳过Mysql密码认证过程
打开文件
#vim /etc/my.cnf
找到[mysqld]文本段,在[mysqld]后任意一行输入
(按i进入编辑状态)
skip-grand-tables
(按【esc】键,输入:wq 保存文档并退出)
2.重启Mysql
#sudo service mysql restart
3.重启后输入mysql进入Mysql
#mysql
成功进入!
下次进入输密码时,按enter跳过即可.
相关推荐
emmm00 2020-11-17
王艺强 2020-11-17
aydh 2020-11-12
世樹 2020-11-11
zry 2020-11-11
URML 2020-11-11
spurity 2020-11-10
yifangs 2020-10-13
Andrea0 2020-09-18
Ida 2020-09-16
ltd00 2020-09-12
tufeiax 2020-09-03
xjd0 2020-09-10
greatboylc 2020-09-10
adsadadaddadasda 2020-09-08
疯狂老司机 2020-09-08
CoderToy 2020-11-16
ribavnu 2020-11-16
bianruifeng 2020-11-16