anjanesh Our per-server Adminer install at https://opalN.opalstacked.com/adminer/ (or https://vpsN.opalstacked.com/adminer/ if you are on VPS) can be used with any of your MariaDB and PostgreSQL databases.
If you want to install your own phpMyAdmin instead of using the Adminer software that we provide then something like this should get you started:
- Create an Apache+PHP-FPM app (I'll call it "pma") and attach it whatever site and URI you want (I'll use "domain.com/pma").
- Download and extract phpMyAdmin into the app directory, eg:
cd ~/apps/pma
wget https://files.phpmyadmin.net/phpMyAdmin/5.0.1/phpMyAdmin-5.0.1-all-languages.zip
unzip phpMyAdmin-5.0.1-all-languages.zip
rm -rf phpMyAdmin-5.0.1-all-languages*
- Visit domain.com/pma/setup to complete the installation.
- Secure the installation when you've finished setting it up.
This single installation will allow you to log in to any of your MariaDB databases (unless you configure it otherwise).