phpMyAdmin¶
This guide will explain how to get up and running with phpMyAdmin on OpenLiteSpeed Web Server.
Prerequisites¶
Download and Extract phpMyAdmin¶
To illustrate setting up phpMyAdmin on a vhost we'll use the default virtual host, “Example”.
cd /usr/local/lsws/Example/html
wget -q https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.zip
unzip phpMyAdmin-latest-all-languages.zip
rm phpMyAdmin-latest-all-languages.zip
mv phpMyAdmin-*-all-languages phpmyadmin
mv phpmyadmin/config.sample.inc.php phpmyadmin/config.inc.php
This installs phpMyAdmin on OpenLiteSpeed. You can visit phpMyAdmin at : http://server_IP:8088/phpmyadmin/index.php
Last update: May 1, 2024