Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL 9.* client on macOS is not supported #137

Open
fanyang01 opened this issue Nov 10, 2024 · 2 comments
Open

MySQL 9.* client on macOS is not supported #137

fanyang01 opened this issue Nov 10, 2024 · 2 comments
Assignees

Comments

@fanyang01
Copy link
Collaborator

mysql -h 127.0.0.1 -P 3306 -u root 
ERROR 2059 (HY000): Authentication plugin 'mysql_native_password' cannot be loaded: dlopen(/opt/homebrew/Cellar/mysql-client/9.0.1/lib/plugin/mysql_native_password.so, 0x0002): tried: '/opt/homebrew/Cellar/mysql-client/9.0.1/lib/plugin/mysql_native_password.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/mysql-client/9.0.1/lib/plugin/mysql_native_password.so' (no such file), '/opt/homebrew/Cellar/mysql-client/9.0.1/lib/plugin/mysql_native_password.so' (no such file)
@NoyException
Copy link
Contributor

I've tried it on MySQL 9.1.0 client but this bug didn't occur.

(base) noy@Noy:~/downloads$ mysql --version
mysql  Ver 9.1.0 for Linux on x86_64 (MySQL Community Server - GPL)
(base) noy@Noy:~/downloads$ mysql -h 127.0.0.1 -P 3306 -u root 
Welcome to the MySQL monitor.  Commands end with ; or \g.

@fanyang01
Copy link
Collaborator Author

@NoyException Thanks for checking this on Linux. It appears to be a macOS-specific problem.

@fanyang01 fanyang01 changed the title MySQL 9.* client MySQL 9.* client on macOS is not supported Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants