Returns a status of the specified service at the server to which Connection is connected.
function ServiceStatus(const ServiceName: string): TMyServiceStatus;
Call the ServiceStatus method to return a status of the specified service at the server to which Connection is connected.
To get a list of MySQL services you should use GetServiceNames function.
This method is available only for Windows.