MySQL error code
MySQL error 3913
MySQL server error 3913 is ER_TABLE_NAME_CAUSES_TOO_LONG_PATH, reported with SQLSTATE HY000.
Long database name and identifier for object resulted in a path length too long for table '%s'. Please check the path limit for your OS.
| Error | 3913 |
|---|---|
| Name | ER_TABLE_NAME_CAUSES_TOO_LONG_PATH |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference