SQL/데이터베이스 에러에러
SQLITE_PROTOCOL (15)SQLITE_PROTOCOL (15) — Locking Protocol Error
A database locking protocol error occurred.
sqlite
상세 보기 MySQL 1142The user lacks the required table-level privilege.
The user does not have the specific privilege (SELECT, INSERT, UPDATE, DELETE) on the table.
Grant the specific privilege. Check current grants with SHOW GRANTS.
SQLITE_PROTOCOL (15)A database locking protocol error occurred.
22007A date, time, or timestamp value is in an invalid format.
MySQL 1217A foreign key constraint prevents deletion of a parent row.
22012A division by zero was attempted in a SQL expression.
SQLITE_LOCKED (6)A table within the database is locked by the same connection.
42611A column definition in CREATE TABLE or ALTER TABLE is invalid.