Cara install phpMyAdmin di EasyEngine

By | November 21, 2018

Panduan cara install phpMyAdmin di EasyEngine, alat bagi pengaturan database dengan web.

Instalasi phpMyAdmin

ee stack install --phpmyadmin

Install Composer, dependensi manajer bagi PHP, ini bagi mengatasi error

File ./vendor/autoload.php missing or not readable.

Most likely you did not run Composer to install library files.

curl -sS https://getcomposer.org/installer | php -- --filename=composer --install-dir=/usr/local/bin

Masuk ke direktori document root phpMyAdmin

cd /var/www/22222/htdocs/db/pma/

Eksekusi petunjuk berikut

composer install --no-dev

Akses phpMyAdmin dengan tempat tinggal : https://ip_server:22222/db/pma

 


Sumber https://idnetter.com