-
Notifications
You must be signed in to change notification settings - Fork 109
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
Need to connect mysql database #123
Comments
Any connection string that can be parsed by https://github.com/go-sql-driver/mysql would work. |
So i assume, need to make below changes in config.yaml
|
The configuration file is just an incomplete example on what's possible, you'll have to define what you want in there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to connect to one of my mysql database running as kubernetes pod. Where can i find the configurations for mysql? i see only Postgres configurations in the repository. Any guidance on connecting mysql database will be appreciated
The text was updated successfully, but these errors were encountered: