Ошибки SQL/баз данныхОшибка
MySQL 1205MySQL 1205 — Lock Wait Timeout Exceeded
A lock wait exceeded the configured timeout.
mysql
Подробнее SQLITE_IOERR (10)A disk I/O error occurred while reading or writing the database.
The disk is full, the filesystem has errors, the file was deleted, or the NFS mount is unstable.
Check disk space. Verify the database file exists. Run filesystem checks. Avoid SQLite on network filesystems.
MySQL 1205A lock wait exceeded the configured timeout.
42501The current user does not have the required privilege.
57P01The database server is shutting down.
42830The foreign key definition is invalid due to type mismatch or missing unique constraint.
40P01Two or more transactions are waiting for each other's locks, creating a deadlock.
MySQL 2003The client cannot establish a TCP connection to the server.