Skip to content

Edit Skype main.db for pending messages and delete them

cpx April 4, 2014 1 min read Tools
:~ ${HOSTNAME}$ cd Library/Application\ Support/Skype/${USERNAME}/

sqlite3 main.db

sqlite> select * from messages
sqlite> delete from messages where id > 2904;
sqlite> .exit

Be the first to comment

protected · no tracking

0 comments