Environment
- PMM Server 3.6
- Oracle Linux 8
- Podman
- MySQL 5.7.13 Enterprise on Windows Server
Problem
I am adding a Windows-hosted MySQL instance using:
Inventory → Add Service → MySQL (Remote)
The service is created successfully.
Observations
- PMM can connect successfully.
- ServiceInfo returns MySQL version 5.7.13.
- performance_schema = ON.
- Network connectivity is confirmed.
- MySQL user authenticates successfully.
- mysql_up remains 0.
- Service Status remains Down.
- Built-in dashboards show No Data.
Relevant PMM log
CheckConnection response
ServiceInfo response: version:“5.7.13-enterprise-commercial-advanced-log”
Later I see:
Agent with ID not found.
Question
Is this a known limitation or bug with PMM 3.6 remote monitoring of Windows-hosted MySQL, or is there an additional configuration step required after the service is created?