The Mini DBA Connectivity Log shows database connection and data-access errors for one monitored server. Use it when a server connects intermittently, sampling fails, pages are empty, authentication breaks, or a database platform reports network, TLS, timeout, permission, or login errors.
The Connectivity Log is different from the general Service Log. Service Log shows engine-wide startup, licensing, sampling, alerting, and background task messages. Connectivity Log focuses on one monitored database server and captures connectivity-related messages emitted by SQL Server, Azure SQL, PostgreSQL, MySQL, MariaDB, or Oracle data-access code.
Use Connectivity Log to answer questions such as:
The log is requested from the connected Mini DBA Engine service. In MSP mode, make sure the selected engine is the engine that owns the monitored server. A server on another engine has its own Connectivity Log on that engine.
Look for the first error in the time window, repeated errors, and messages that name the affected server, database, listener, endpoint, login, or SQL statement. A single transient timeout may be less important than repeated login failures or a consistent network error.
Common clues include:
If the modal says Log Empty., it usually means Mini DBA has not recorded a connectivity message for that server, the log has not been created yet, the wrong engine or server was selected, or the log was rotated or removed. An empty Connectivity Log does not prove the server is healthy; compare it with Service Log, Web Log, and the platform-specific connection guide.
The console normally opens the log through the Mini DBA Engine service, so users do not need file-system access. Administrators can also inspect the engine files directly when they have access to the Mini DBA Engine host.
| Deployment | Typical connectivity log folder |
|---|---|
| Linux service or container | /var/lib/minidba-engine/Logs/ConnectivityLogs/{InstanceType}/ |
| Windows service | C:\ProgramData\MiniDBA Engine\Logs\ConnectivityLogs\{InstanceType}\ |
| Azure App Service | %HOME%\site\data\minidba-engine\Logs\ConnectivityLogs\{InstanceType}\ |
{InstanceType} is the platform folder, such as SqlServer, AzureSql, Postgres, MySql, MariaDb, or Oracle. The file name is based on the monitored server name after Mini DBA maps it into a file-safe name. Older engines may also have fallback connectivity log folders directly under the engine app data folder.
Connectivity logs can include host names, database names, login names, SQL error messages, and sometimes query or platform details. Do not share raw log extracts publicly. Remove passwords, secrets, connection strings, customer identifiers, API keys, and sensitive query text before sending log content to support or another team.