Kebutuhan

Server web

Sejak tampilan phpMyAdmin berbasis web, maka kamu butuh sebuah server web (seperti Apache, nginx, IIS) untuk memasang file phpMyAdmin didalamnya.

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.
  • Untuk mendukung pengunggahan dari berkas ZIP, anda membutuhkan ekstensi zip dari PHP.
  • Anda membutuhkan dukungan GD2 di PHP untuk menampilkan tampilan kecil sebaris dari JPEGs ("image/jpeg: inline") dengan aspek rasio asalnya.
  • When using the cookie authentication (the default), the openssl extension is strongly suggested.
  • Untuk mendukung kemajuan baris unggah, lihat 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 your php.ini or to have the curl extension.

Basis data

phpMyAdmin mendukung basis data yang cocok dengan MySQL.

  • MySQL 5.5 atau yang terbaru
  • MariaDB 5.5 atau yang terbaru

Peramban web

Untuk mengakses phpMyAdmin anda membutuhkan peramban web dengan cookies dan JavaScript yang diaktifkan.

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

Berubah pada versi 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/>.