Answers for "SQL authentication error"

SQL
0

SQL authentication error

# FOR this error on mysql
Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2)

#SOLUTION
Note: For MAC OS

Open MySQL from System Preferences > Initialize Database >
Type your new password.
Choose 'Use legacy password'
Start the Server again.
Now connect the MySQL Workbench
Posted by: Guest on August-31-2021

Code answers related to "SQL authentication error"

Code answers related to "SQL"

Browse Popular Code Answers by Language