mysql
bool
MySQLClient
bool
- - The result of the connection attempt.error
- The error encountered during connection attempt.Param | Type | Description |
---|---|---|
host | string | The host of the MySQL database. |
port | int | The port of the MySQL database. |
username | string | The username to connect to the MySQL database. |
password | string | The password to connect to the MySQL database. |
bool
MySQLClient
bool
- - The result of the connection attempt.error
- The error encountered during connection attempt.Param | Type | Description |
---|---|---|
host | string | The host of the MySQL database. |
port | int | The port of the MySQL database. |
username | string | The username to connect to the MySQL database. |
password | string | The password to connect to the MySQL database. |
dbName | string | The name of the database to connect to. |
string
MySQLClient
string
- - The result of the query execution.error
- The error encountered during query execution.Param | Type | Description |
---|---|---|
host | string | The host of the MySQL database. |
port | int | The port of the MySQL database. |
username | string | The username to connect to the MySQL database. |
password | string | The password to connect to the MySQL database. |
dbName | string | The name of the database to connect to. |
query | string | The query to execute on the database. |
bool
MySQLClient
bool
- - The result of the check.error
- The error encountered during the check.Param | Type | Description |
---|---|---|
host | string | The host to check. |
port | int | The port to check. |