如何使用终端连接MySQLiteDB.db?
我是SQLite DB的初学者......
终端
> sqlite3 MySQLiteDB.db
sqlite> .databases
Error: file is encrypted or is not a database
sqlite> .tables
Error: file is encrypted or is not a database
sqlite> .read MySQLiteDB.db
/*
// I Can See My SQLite DB Data
*/
如何在MySQLiteDB.db文件中查看表格或数据?
MySQLiteDB.db文件已在app中使用。 DB文件没问题。
我只知道基本的SQL查询(选择,更新或删除)......但无法访问...