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. - ---