Navicat MySQL 8 Authentication plugin ‘caching_sha2_password’

Error en el navicat que no posee caching_sha2_password para el MySQL 8

Solución:

Editar el my.ini en windows o my.cnf en Linux y modificar la linea

[mysqld]

default_authentication_plugin=mysql_native_password

Crear un nuevo usuario desde el workbench con Authentication Type: standard y acceder la base desde el navicat con ese usuario.

Alternativamente al instalar el MySQL hay que elegir la opción

Screenshot by Author

--

--

System Engineer | Data Scientist | Lifelong Learner www.linkedin.com/in/antoniovelazquez

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store