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

Can't access Mysql from terminal #129

Open
fachryansyah opened this issue Dec 21, 2023 · 1 comment
Open

Can't access Mysql from terminal #129

fachryansyah opened this issue Dec 21, 2023 · 1 comment

Comments

@fachryansyah
Copy link

Please fill out the detail below, it helps me investigate the bug:

  1. Driver (Ex: Mysql 8.0.33):

  2. DBngin build number 6.9 (69)

  3. macOS version 13.4.1

  4. The steps to reproduce this issue

  • Install mysql-client brew install mysql-client
  • start mysql service from dbgin
  • got this error:
Screenshot 2023-12-21 at 16 00 41
@raphaelseher
Copy link

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

Also answered here:
#38 (comment)

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