diff --git a/Enable-sqlite3.md b/Enable-sqlite3.md new file mode 100644 index 0000000..f509a7e --- /dev/null +++ b/Enable-sqlite3.md @@ -0,0 +1,21 @@ +## Ensure System field is showing on the login form + +Comment out `AdminerLoginServers` if it is present in the index.php +``` + // new AdminerLoginServers([ + // filter_input(INPUT_SERVER, 'HTTP_HOST') => filter_input(INPUT_SERVER, 'SERVER_NAME') + // ]), +``` + +## Select sqlite3 in the system field. + +Username and Password are removed from the login form. + +## Fill in the Database field + +Enter the full path to the sqlite file and press the login button. + +## Done +You can now use adminer on that file. + +