Skip to content

Commit 6f60890

Browse files
authored
added Dependencies to readme
1 parent f0a3549 commit 6f60890

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
- Copy/Upload it to your webserver public directory (www or public_html or whatever...)
99
- Open in your browser `http://yoursite.com/phpminiadmin.php`
1010

11-
For additional security you may edit phpminiadmin.php file and set some password (see `$ACCESS_PWD` variable)
11+
**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
1218

1319
## Config file (optional)
1420

0 commit comments

Comments
 (0)