cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Second MySql database detected with identical host and port but with <unavailable> db name

henk_stobbe
DynaMight Champion
DynaMight Champion

Hello,

Dynatrace detects, as expected a MySql database, but it also looks it also detects a second   DB:

henk_stobbe_0-1713383490955.png

The only database statement I see is USE "databasename" 

I assume this is expected behavior? And both should be merged?

 

KR Henk

 

3 REPLIES 3

The 'database' with the USE "database" requests is probably the database listener, while the other one is the database.

Maybe you want to keep it separate as it receives the requests and makes a connection to the database instance.

A Dynatrace Professional nerd working for Conclusion Xforce

Hi Marina,

Close enough (-;  With USE you select/switch a database if you are already connected.

So keep it as it used to make the connection makes perfect sense!

Thanks for your answer!

Nice, learnt something new today 😉

A Dynatrace Professional nerd working for Conclusion Xforce

Featured Posts