mysql OperationalError: (2059, 'Authentication plugin 'caching_sha2_password'

preview_player
Показать описание
OperationalError: (2059, "Authentication plugin 'caching_sha2_password' cannot be loaded:
The specified module could not be found.\r\n")

run cmd (press WINDOWS BUTTON + R) / write cmd / press enter

mysql -u root -p

ALTER USER 'username'@'ip_address' IDENTIFIED WITH mysql_native_password BY 'password';
Рекомендации по теме
Комментарии
Автор

This is the best low quality video I've ever seen.

farnaamsamadi
Автор

Amazing! Also worked for connecting mySQL directly to python with mysql-connector module

MasterZiomekPL
Автор

Cara muito bom, acho que eu já estava na trigésima aba (sem exagero) até achar seu video, muito obrigado.

joaovitortavares
Автор

Muito obrigado, sou do Brasil e, apesar da língua, sua explicação foi bastante esclarecedora!
Thank you very much, I am from Brazil, and despite the language your explanation was quite enlightening!

the_niels
Автор

Mysql is not a command... Must I install something else and if so, can you link me it?

civiled
Автор

Thanks a lot man i really need this for my project

abhishekkhare
Автор

Thank you!!! your video helped me today..

GM-qvql