buy
Update Default phpMyAdmin in Webuzo [Manual Process]
Webuzo -Single User Control Panel provides as very simple and easy-to use GUI for managing databases/db users on the server. Webuzo also provides phpMyAdmin for managing the database server. 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, MariaDB and Drizzle. 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. This tutorial guides users to update the default phpMyAdmin accessible from the Webuzo Enduser Panel Note : Take a backup of your phpMyAdmin configuration : /usr/local/webuzo/enduser/webuzo/phpmyadmin/config.inc.php Step 1 > Download the latest version of phpMyAdmin [phpMyAdmin-version-number-all-languages.zip] URL : http://www.phpmyadmin.net/home_page/downloads.php Note : This guide refers to phpMyAdmin-4.2.10.1-all-languages.zip *Please change the version while executing the commands accordingly. Command : wget -O /tmp/phpmyadmin.zip "http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/4.2.10.1/phpMyAdmin-4.2.10.1-all-languages.zip?r=http%3A%2F%2Fwww.phpmyadmin.net%2Fhome_page%2Fdownloads.php&ts=1414402716&use_mirror=kaz" Step 2 > UNZIP the contents of /tmp/phpmyadmin.zip to a temporary directory /tmp Command : unzip -o /tmp/phpmyadmin.zip -d /tmp/ Step 3 > Copy the files to /usr/local/webuzo/enduser/webuzo/phpmyadmin/ Commad : yes | cp -rpf /tmp/phpMyAdmin-4.2.10.1-all-languages/* /usr/local/webuzo/enduser/webuzo/phpmyadmin/ Done !!! Your phpMyAdmin is updated. Step 4 > Remove the temporary files Command : rm -rf /tmp/phpMyAdmin-4.2.10.1-all-languages /tmp/phpmyadmin.zip Support : https://www.softaculous.com/support/open.php? Source : http://www.phpmyadmin.net/home_page/index.php
Newsletter Subscription
Subscribing you to the mailing list