sql authentication error

Solutions on MaxInterview for sql authentication error by the best coders in the world

showing results for - "sql authentication error"
Matteo
01 Jul 2020
1# FOR this error on mysql
2Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2)
3
4#SOLUTION
5Note: For MAC OS
6
7Open MySQL from System Preferences > Initialize Database >
8Type your new password.
9Choose 'Use legacy password'
10Start the Server again.
11Now connect the MySQL Workbench
similar questions
queries leading to this page
sql authentication error