Upgrading phpMyAdmin in New Version of CWP

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used...

One Min Read
532 Views

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.

 

Upgrading Instructions:

cd /usr/local/cwpsrv/var/services
mv pma /root/
wget https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all-languages.zip
unzip phpMyAdmin-latest-all-languages.zip
mv phpMyAdmin-* pma
cp /root/pma/config.inc.php /usr/local/cwpsrv/var/services/pma/
chown -R cwpsvc:cwpsvc pma
rm -rf phpMyAdmin-latest-all-languages.zip

 

Exit mobile version