Error: file is encrypted or is not a database

后端 未结 7 1045
栀梦
栀梦 2020-11-30 08:39

I used PHP to create a database with a table. I did it in the following way:



        
7条回答
  •  忘掉有多难
    2020-11-30 09:00

    There's one more simple way to solve that problem. You can convert sqlite 2 database file to sqlite 3. I did that with SQLiteManager program on Mac OS X.

提交回复
热议问题