MSQL
The next table lists all error codes related to the MySQL Connector.
| Major | Minor | Message | Details |
|---|---|---|---|
| MSQL | 0001 | SQL error occurred while moving the cursor. | See the logs for more details. |
| 0002 | Could not initialize the MySQL connection. | Check if the database is up and running. | |
| 0003 | Some option could not be set. | Check if the configured options are supported. | |
| 0004 | Connection to the database failed. | See the logs for more details. | |
| 0005 | Error occurred during initializing the statement cache. | See the logs for more details. | |
| 0006 | Error occurred during preparing the statement cache. | See the logs for more details. | |
| 0007 | Failed to set the connect timeout option. | See the logs for more details. | |
| 0008 | Failed to set the read timeout option. | See the logs for more details. | |
| 0009 | Failed to set the write timeout option. | See the logs for more details. | |
| 0010 | Failed to set the read defaults file option. | See the logs for more details. | |
| 0011 | Error during string escape: no database connection. | Contact support. | |
| 0012 | Error during string escape. | See the logs for more details. |