Ошибки SQL/баз данныхОшибка
0800108001 — Client Unable to Establish Connection
The client could not establish a connection to the database server.
postgresql
Подробнее MySQL 1060A column name appears more than once in the table definition.
A CREATE TABLE or ALTER TABLE ADD COLUMN specified an existing column name.
Choose a unique name. Check existing columns with DESCRIBE tablename.
08001The client could not establish a connection to the database server.
40P01Two or more transactions are waiting for each other's locks, creating a deadlock.
54011The number of columns exceeds the database limit.
28P01The password provided for authentication is incorrect.
SQLITE_CANTOPEN (14)SQLite cannot open the database file.
42712A table alias is used more than once in the same query.