Adminer for SQLite

SQLite databases are not protected by a password so Adminer refuses to open them. It can require a password of its own instead:

  1. Save this file next to your database file: adminer-6.1.0-sqlite.php
  2. Run php -S localhost:8080 in the directory and open localhost:8080, or upload the directory to a web server.
  3. Leave the username empty, fill in your password and select the database file.
  4. Adminer refuses the login and offers adminer-plugins.php requiring the password. Save it next to Adminer and log in again.

screenshot

Everybody who can open the address can try to guess the password so use a strong one. Keep in mind that the database file can be downloaded by everybody if it is placed in a public directory.