MySQL密码忘记问题处理
Windows mysql 处理
方法一:
步骤一找不到ini文件:
方法二:
Linux Mysql 处理
报错: ERROR 1133 (42000): Can’t find any matching row in the usertable
如果报错:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near。。。是语句有问题,改用下面语句再试试:
set password for 'root'@'%'='MyNewPass4!';