1 (edited by sputnick 2010-11-03 20:25)

Topic: [solved] Which tool does I need to edit sqlite2 DB ?

Hi,

as far as I know, sqlite support is sqlite2 :

$ file my.db
acsid: SQLite 2.x database

In other web sites, I use sqlite3 or sqlitebrowser, but both can't read this version of sqlite.

What people using for sqlite2 these days ?

If I can't find anything, is anyone have a script to connect to the DB and execute some SQL code ?
I took a look in the code of index.php, but there's many includes() and I don't understand well 'who's who'.

Thanks, sputnick.

Re: [solved] Which tool does I need to edit sqlite2 DB ?

Reply to myself :


I don't find anything on Debian (my server) but on my Archlinux desktop, I can download

pacman -S community/sqlite2


++sputnick;

Re: [solved] Which tool does I need to edit sqlite2 DB ?

LOL,

aptitude install sqlite

is sufficient.

closed.