📜  SQL 身份验证错误 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:08.599000             🧑  作者: Mango

代码示例1
# 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