From 377ff6a567725a83bfd826f2653533407e9b319f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Capon?= <46624375+FrancoisCapon@users.noreply.github.com> Date: Wed, 11 Nov 2020 14:53:58 +0100 Subject: [PATCH] Add note for Adminer dedicated version for SQLite3 --- Enable-sqlite3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Enable-sqlite3.md b/Enable-sqlite3.md index 7a9db78..7733432 100644 --- a/Enable-sqlite3.md +++ b/Enable-sqlite3.md @@ -1,3 +1,5 @@ +Note: there is precompiled versions of Adminer for SQLite than can be used immediately by just loading the [Adminer dedicated version for SQLite3](https://github.com/FrancoisCapon/LoginToASqlite3DatabaseWithoutCredentialsWithAdminer/releases/latest). + ## Ensure System field is showing on the login form Comment out `AdminerLoginServers` if it is present in the index.php @@ -48,7 +50,6 @@ Get this file in place it in `plugins/` Also put plugins.php in that folder if it's not already there. - ## Select sqlite3 in the system field. Select sqlite3. @@ -66,7 +67,6 @@ Press the login button ## Done You can now use adminer on that file. - ---