search

Home  >  Q&A  >  body text

java - .bin格式的数据库如何编辑查看?

PHPzPHPz2912 days ago333

reply all(2)I'll reply

  • 黄舟

    黄舟2017-04-18 10:08:19

    Change dump.bin to dump.zip and unzip it to get the new dump.din, then change the suffix to .db and successfully open it with the database

    reply
    0
  • 高洛峰

    高洛峰2017-04-18 10:08:19

    The suffix name may not correctly indicate the specific type of file (internal storage structure).
    With *.bin`, it is difficult to know what format of database it is. It may be some open format, such as SQLite3 database, or it may be a private data structure. So you need to know how the data is generated in order to read it correctly.

    reply
    0
  • Cancelreply