MySQL error code
MySQL error 3965
MySQL server error 3965 is ER_WARN_DEPRECATED_FOUND_ROWS, reported with SQLSTATE HY000.
FOUND_ROWS() is deprecated and will be removed in a future release. Consider using COUNT(*) instead.
| Error | 3965 |
|---|---|
| Name | ER_WARN_DEPRECATED_FOUND_ROWS |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference