mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Created Enable sqlite3 (markdown)
21
Enable-sqlite3.md
Normal file
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.
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user