We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a3549 commit 6f60890Copy full SHA for 6f60890
README.md
@@ -8,7 +8,13 @@
8
- Copy/Upload it to your webserver public directory (www or public_html or whatever...)
9
- Open in your browser `http://yoursite.com/phpminiadmin.php`
10
11
-For additional security you may edit phpminiadmin.php file and set some password (see `$ACCESS_PWD` variable)
+**Recommended:** For additional security you may edit phpminiadmin.php file and set some password (see `$ACCESS_PWD` variable)
12
+
13
+### Dependencies
14
+The only required php extension is `mysqli`. Therefore if you got a white screen install it:
15
16
+`sudo apt-get install php-mysql` on Debian
17
+or enable `extension=php_mysqli.dll` in php.ini on Windows
18
19
## Config file (optional)
20
0 commit comments