File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1111** Recommended:** For additional security you may edit phpminiadmin.php file and set some password (see ` $ACCESS_PWD ` variable)
1212
1313### Dependencies
14- The only required php extension is ` mysqli ` . Therefore if you got a white screen install it:
14+ phpminiadmin prefers PDO if the ` pdo_mysql ` driver is present.
1515
16- ` sudo apt-get install php-mysql ` on Debian
17- or enable ` extension=php_mysqli.dll ` in php.ini on Windows
16+ Otherwise, if PDO is not available - ` mysqli ` must be enabled.
17+ If you encounter a white screen install/enable it:
18+ - ` sudo apt-get install php-mysql ` on Debian
19+ - or enable ` extension=php_mysqli.dll ` in php.ini on Windows
20+ - restart your webserver
1821
1922## Config file (optional)
2023
You can’t perform that action at this time.
0 commit comments