How to Disable root Login in phpMyAdmin ?

In this guide we will show you how to restrict root login through phpMyAdmin.For this you have to edit phpMyAdmin configuration file config.inc.php and update following parameters: cd /usr/share/phpmyadmin # nano config.inc.php $cfg[‘Servers’][$i][‘auth_type’] = ‘cookie’; $cfg[‘Servers’][$i][‘AllowRoot’] = FALSE; If there is no config.inc.php file available, You can create it by copying config.sample.inc.php file at same location. # […]

Continue Reading…

How to Install Webuzo on CentOS

In this tutorial we will guide you how to install and configure Webuzoree control panel on your CentOS server. Webuzo is a web-based single user control panel for VPS or Dedicated server and one of the best free alternates to the CPanel. Webuzo installation includes LAMP stack which saves us the time and the most […]

Continue Reading…