Linux服务器,把mysql数据库密码忘记了。 [root@VM_0_13_centos ~]# mysql -uroot
-p Enter password: ERROR 1045 (28000): Access denied
for user 'root'@'localhost' (using password: YES)
密码忘了登陆不了MySQL了。
虚拟机里的MariaDB忘记密码了,连接不上,只能重置MariaDB的密码,步骤参考网络 [root@localhost ~]#
mysql -uroot -p Enter password: ERROR 1045 (28000): Access denied
for user 'root'@'l...