MySQL error code
MySQL error 3135
MySQL server error 3135 is ER_SQL_MODE_MERGED, reported with SQLSTATE HY000.
'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
| Error | 3135 |
|---|---|
| Name | ER_SQL_MODE_MERGED |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference