Note: there is precompiled versions of Adminer for SQLite that can be used immediately by just loading the Adminer dedicated version for SQLite3.
Ensure System field is showing on the login form
Comment out AdminerLoginServers
if it is present in the index.php
Create / edit index.php to enable plugins and enable the password-less login plugin
Install the plugins/login-password-less.php
Get this file and place it in plugins/
https://raw.github.com/vrana/adminer/master/plugins/login-password-less.php
Also put plugins.php in that folder if it's not already there.
Select sqlite3 in the system field.
Select sqlite3.
Fill in the login fields
Using the username/password in the index.php above.
- username:
sladmin
- password:
mypassword
- database: Enter the full path to the sqlite file . eg:
/srv/web/lpa346/db/development.sqlite3
Press the login button.
Done
You can now use adminer on that file.
Reference:
https://sourceforge.net/p/adminer/discussion/960418/thread/211bcb85/
https://sourceforge.net/p/adminer/discussion/1095138/thread/36320718/#9589