How do I connect to a local database container? #3143
Unanswered
Jerry (azhi98)
asked this question in
Q&A
Replies: 1 comment 8 replies
|
Use |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a running data container that I want to connect directly to and join the monitor.
var mysqldb = builder.AddMySql("mysql").AddDatabase("mysqldb");This code creates a new database container, which is not what I wanted.All reactions