We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please fill out the detail below, it helps me investigate the bug:
Driver (Ex: Mysql 8.0.33):
DBngin build number 6.9 (69)
macOS version 13.4.1
The steps to reproduce this issue
brew install mysql-client
The text was updated successfully, but these errors were encountered:
You need to find your socket file in /tmp folder and use the correct socket. Eg. /tmp/mysql_3306.sock.
Then you can use mysql from terminal like this: mysql -S /tmp/mysql_3306.sock -u root
mysql -S /tmp/mysql_3306.sock -u root
Also answered here: #38 (comment)
Sorry, something went wrong.
No branches or pull requests
Please fill out the detail below, it helps me investigate the bug:
Driver (Ex: Mysql 8.0.33):
DBngin build number 6.9 (69)
macOS version 13.4.1
The steps to reproduce this issue
brew install mysql-client
The text was updated successfully, but these errors were encountered: