17 Apr 2024 08:57 PM
Hello,
Dynatrace detects, as expected a MySql database, but it also looks it also detects a second DB:
The only database statement I see is USE "databasename"
I assume this is expected behavior? And both should be merged?
KR Henk
Solved! Go to Solution.
22 Apr 2024 09:27 AM - edited 22 Apr 2024 09:29 AM
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.
22 Apr 2024 09:44 AM
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!
22 Apr 2024 09:46 AM
Nice, learnt something new today 😉