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

Does sync support connecting to mysql through a unix socket? #986

Open
Zankaria opened this issue Sep 16, 2024 · 1 comment · May be fixed by #987
Open

Does sync support connecting to mysql through a unix socket? #986

Zankaria opened this issue Sep 16, 2024 · 1 comment · May be fixed by #987

Comments

@Zankaria
Copy link

Does sync support connecting to mysql through a unix socket? The documentation on the configuration seems to imply no.

# MySQL server details
# server: domain or IP of MySQL server
# database: a MySQL database that the user specified has read/write access to
# user: username to authenticate as
# password: password for user
mysql:
  server: 'localhost'
  port: 3306
  database: 'cytube3'
  user: 'cytube3'
  password: ''
  pool-size: 10

If no, could it be implemented?

@calzoneman
Copy link
Owner

The connection is managed by knex so you would probably just need to patch this to not assume the configuration is host/port.

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

Successfully merging a pull request may close this issue.

2 participants