July 30 2021

MySQL Native Login

Remove the plugin

[mysql] use mysql;
[mysql] update user set plugin=” where User=’root’;
[mysql] flush privileges;
[mysql] \q

https://stackoverflow.com/questions/36864206/sqlstatehy000-1698-access-denied-for-user-rootlocalhost


Copyright 2021,2022,2023,2024,2025. All rights reserved.

Posted July 30, 2021 by reggie goldman in category "Uncategorized