Skip to content

Commit 90bbc6f

Browse files
committed
PDO dependency description update in README.md
1 parent 146d715 commit 90bbc6f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
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

0 commit comments

Comments
 (0)