查看默认密码
grep 'temporary password' /var/log/mysqld.log
或者
cat /var/log/mysqld.log | grep 'temporary password'

更多推荐

linux下查看mysql数据库的默认密码并修改密码