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!';
本文详细描述了在Windows和Linux系统上处理MySQL密码忘记的方法,包括Windows中查找my.ini文件、使用SQLyog处理ERROR1045和ERROR1133,以及Linux中vim命令和SSH连接的相关问题解决方案。
1132

被折叠的 条评论
为什么被折叠?



