mysql 服务器密码

mysql 服务器密码

因为我第一次安装 mysql 时没有设置密码。然后我弄乱了 mysql shell,可能不小心设置了密码。所以当我尝试使用服务器时,我记不起密码了。然后我重新安装了包,但不知何故密码仍然被设置,现在我收到以下错误:

sudo mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

 sudo mysql_secure_installation 
    
    Securing the MySQL server deployment.
    
    Enter password for user root: 
    Error: Access denied for user 'root'@'localhost' (using password: NO)

相关内容