Ошибки SQL/баз данныхОшибка
MySQL 1049MySQL 1049 — Unknown Database
The specified database does not exist.
mysql
Подробнее SQLITE_SCHEMA (17)The schema changed between preparing and executing a statement.
Another connection modified the schema after this connection prepared its statement.
Re-prepare the statement. Use sqlite3_prepare_v2() for automatic re-preparation. Coordinate schema changes.
MySQL 1049The specified database does not exist.
08006An established database connection was unexpectedly lost.
25P02A command was issued in a transaction that has already failed.
MySQL 1071The index key length exceeds the storage engine maximum.
SQLITE_CONSTRAINT (19)An INSERT, UPDATE, or DELETE violated a constraint.
42712A table alias is used more than once in the same query.