How do I unlock a SQLite database?
Posted
by RyanTM
on Stack Overflow
See other posts from Stack Overflow
or by RyanTM
Published on 2008-09-29T22:35:49Z
Indexed on
2010/04/07
19:33 UTC
Read the original article
Hit count: 333
sqlite
sqlite> DELETE FROM mails WHERE (`id` = 71);
SQL error: database is locked
How do I unlock the database so this will work?
© Stack Overflow or respective owner