• 2020-10-12
mac上mysql忘记密码怎么解决?

解决方法:首先打开终端,输入命令“mysql -u root”;然后输入命令“UPDATE mysql.user SET authentication_string=PASSWORD(‘新密码‘) W......

11