Forgot Mysql's root password

xiaoxiao2021-03-06  86

1. Stop MySQL Services 2. Ignore User Information Log in to Mysqld - Skip-grant-Tables3. Use mysql to log in 4. Modify the root password Use mysql; Update User set password = password ("1234") where user = "root";

转载请注明原文地址:https://www.9cbs.com/read-95686.html

New Post(0)