Search code examples
sqliteadminer

How do I connect to SQLite database with adminer 4.3.1?


HI we are using Adminer 4.3.1.

We choose system sqlite3 + localhost + location to DB file.

The error is not clear. I understood SQlite is supported. And I am directed to hardcoding functions to login. Don't I just need to use the form?

In short: how does one connect to a SQlite3 file using Admin?

Helpt appreciated ;)

enter image description here


Solution

  • I have the same issue, it does look like SQLite is broken in 4.3.1 because it is fixed in 4.3.2-dev, interestingly the login form has fewer options when SQLite is selected.

    enter image description here

    You can get the latest version by cloning the github repo and running adminer/sqlite.php