MySQL error code
MySQL error 3719
MySQL server error 3719 is ER_DEPRECATED_UTF8_ALIAS, reported with SQLSTATE HY000.
'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
| Error | 3719 |
|---|---|
| Name | ER_DEPRECATED_UTF8_ALIAS |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference