会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
【黑手套】
博客园
首页
新随笔
联系
管理
订阅
sqlite3 检查数据库是否可用
检查SQLite数据库是否可用
[root@Linux]# sqlite3 xx.db
sqlite3> PRAGMA integrity_check;
ok或者ERROR:xxx
PRAGMA integrity_check; 测试OK的数据库不一定OK,但是,PRAGMA integrity_check; 测试报错的一定存在错误!
https://blog.csdn.net/linczone/article/details/45933885?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-5.channel_param&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-5.channel_param
posted @
2022-03-23 09:58
【黑手套】
阅读(
342
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告