Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #SQL #authentication #error
ADD COMMENT
Topic
Name
2+7 =