How can I convert file.db to mysql?

Discussion in 'Bukkit Help' started by Batman500, May 26, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Batman500

    How can I convert file.db to mysql?
     
  2. Offline

    JWhy

    file.db isn't specific to a certain database management system (DBMS), so you will have to figure what kind of a DBMS it's compatible with. If you can open it with a text editor (Notepad++/gedit) and see human readable text it's mostly a flat file database. Elseway it's probably a SQLite database, which you can open with a tool of your choice (google for "sqlite manager"). From a SQLite management tool you should be able to export the data to a .sql file, which you can import to your MySQL database with e.g. phpMyAdmin.
     
  3. Offline

    Batman500

Thread Status:
Not open for further replies.

Share This Page