|
8 | 8 | - Copy/Upload it to your webserver public directory (www or public_html or whatever...)
|
9 | 9 | - Open in your browser `http://yoursite.com/phpminiadmin.php`
|
10 | 10 |
|
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 |
12 | 18 |
|
13 | 19 | ## Config file (optional)
|
14 | 20 |
|
|
0 commit comments