MySQL Check

Log into a MySQL server to verify the service is running and accepting connections.

Settings:

Host Address: The hostname or IP address of the host running the MySQL server to be checked.

Port: The port MySQL is listening on, usually port 3306.

Database: The database name.

Username/Password: Must be a valid username and password for the database specified.

Verify Text (Optional): The content returned can be checked for the presence of specific text. If not found, a "Content Error" will be generated. Note that the verification is case sensitive and the text must be found in the content exactly as it is entered here. To verify text using a regular expression, enter "regex:" followed by the expression.