From a10010d640270da861078bd5773fa31c4af01de1 Mon Sep 17 00:00:00 2001 From: dgleba Date: Sun, 29 Apr 2018 14:15:13 -0400 Subject: [PATCH] Created Enable sqlite3 (markdown) --- Enable-sqlite3.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Enable-sqlite3.md 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. + +