1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

Created Enable sqlite3 (markdown)

dgleba
2018-04-29 14:15:13 -04:00
parent b76061b4aa
commit a10010d640

21
Enable-sqlite3.md Normal file

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