Requisitos

Servidor web

Ya que la interfaz de phpMyAdmin está basada íntegramente en su navegador, necesitará un servidor web (como Apache, nginx, IIS) en el que instalar los archivos de phpMyAdmin.

PHP

  • You need PHP 8.1.2 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.
  • Para subir archivos ZIP, necesita la extensión zip de PHP.
  • Necesita el módulo GD2 de PHP para mostrar las miniaturas de JPEGs («image/jpeg: inline») conservando su relación de aspecto original.
  • When using the cookie authentication (the default), the openssl extension is strongly suggested.
  • Para poder utilizar barras de progreso al subir archivos, revise 2.9 Viendo una barra de progreso al subir archivos.
  • 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 your php.ini or to have the curl extension.

Base de datos

phpMyAdmin puede trabajar con bases de datos compatibles con MySQL.

  • MySQL 5.5 o posterior
  • MariaDB 5.5 o posterior

Navegador web

Para acceder a phpMyAdmin necesitará un navegador web con cookies y JavaScript activado.

You need a browser which is supported by Bootstrap 4.5, see <https://getbootstrap.com/docs/4.5/getting-started/browsers-devices/>.

Distinto en la versión 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/>.