Vereisten¶
Webserver¶
Omdat phpMyAdmin’s gebruikersinterface geheel in je browser werkt, heb je een webserver (zoals Apache, nginx IIS) nodig waarop je de phpMyAdmin’s bestanden kan installeren.
PHP¶
- You need PHP 8.1.0 or newer, with
session
support, the Standard PHP Library (SPL) extension, hash, ctype, and JSON support. - The
mbstring
extension (see mbstring) is strongly recommended for performance reasons. - U hebt de PHP
zip
extensie nodig om ZIP bestanden te kunnen uploaden. - De GD2 extensie moet geïnstalleerd zijn in PHP om miniatuurafbeeldingen van JPEG’s (“image/jpeg: inline”) te tonen in hun originele verhoudingsratio.
- When using the cookie authentication (the default), the openssl extension is strongly suggested.
- Kijk voor ondersteuning voor upload-statusbalken op 2.9 Seeing an upload progress bar.
- To support XML and Open Document Spreadsheet importing, you need the libxml extension.
- To support reCAPTCHA on the login page, you need the openssl extension.
- To support displaying phpMyAdmin’s latest version, you need to enable
allow_url_open
in yourphp.ini
or to have the curl extension.
Database¶
phpMyAdmin ondersteunt MySQL-compatible databases.
- MySQL 5.5 of hoger
- MariaDB 5.5 of nieuwer
Webbrowser¶
Om phpMyAdmin te kunnen gebruiken heb je een webbrowser nodig met ondersteuning voor cookies en JavaScript.
You need a browser which is supported by Bootstrap 4.5, see <https://getbootstrap.com/docs/4.5/getting-started/browsers-devices/>.
Veranderd in versie 5.2.0: You need a browser which is supported by Bootstrap 5.0, see <https://getbootstrap.com/docs/5.0/getting-started/browsers-devices/>.