标签:string ima grep 查看 border 技术分享 ges localhost ber
1、在本地虚拟机上上传mysql的5个安装包
2、查看opt目录下是否有这5个安装包
1
2
|
yum install /var/opt/mysql-community- * -y // 安装MySQL <br>systemctl restart mysqld.service // 重启服务 |
3、进入var/log 查找mysqld.log 中的密码,若内容太多,可按以下方式筛选。
cat mysqld.log |grep password
4、mysql -uroot -p //进入MySQL
1
|
ALTER USER ‘root‘ @ ‘localhost‘ identified by ‘AAAzzz//123‘ ; // 重置密码(复杂为好) |
5、select user(); //查看当前用户
标签:string ima grep 查看 border 技术分享 ges localhost ber
原文地址:http://www.cnblogs.com/OPPPPO/p/6223288.html