Skip to content
New issue

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

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

Already on GitHub? # to your account

common: Support MySQL through socket #1284

Merged
merged 1 commit into from
Nov 4, 2021
Merged

common: Support MySQL through socket #1284

merged 1 commit into from
Nov 4, 2021

Commits on Nov 4, 2021

  1. common: Support MySQL through socket

    Unlike PostgreSQL, MySQL’s DSN needs a separate option for UNIX sockets.
    It also cannot handle ports with socket.
    
    This will be useful for running tests with internal MySQL instance.
    jtojnar committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b570f49 View commit details
    Browse the repository at this point in the history