We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146d715 commit 90bbc6fCopy full SHA for 90bbc6f
1 file changed
README.md
@@ -11,10 +11,13 @@
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:
+phpminiadmin prefers PDO if the `pdo_mysql` driver is present.
15
16
-`sudo apt-get install php-mysql` on Debian
17
-or enable `extension=php_mysqli.dll` in php.ini on Windows
+Otherwise, if PDO is not available - `mysqli` must be enabled.
+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
21
22
## Config file (optional)
23
0 commit comments