MySQL error code
MySQL error 1050
MySQL server error 1050 is ER_TABLE_EXISTS_ERROR, reported with SQLSTATE 42S01.
Table '%s' already exists
| Error | 1050 |
|---|---|
| Name | ER_TABLE_EXISTS_ERROR |
| SQLSTATE | 42S01 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference
MySQL server error 1050 is ER_TABLE_EXISTS_ERROR, reported with SQLSTATE 42S01.
Table '%s' already exists
| Error | 1050 |
|---|---|
| Name | ER_TABLE_EXISTS_ERROR |
| SQLSTATE | 42S01 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference