Easy Steps to Upgrade Mysql from version 5.0 to 5.5

Upgrade your Mysql version from 5.0 to 5.5 by using following steps 1. Enable remi repository for yum wget http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm sudo rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm 2. Run mysqldump to export data out from MySQL 5.0 mysqldump -uroot -p –all-databases > mysqlbackup.sql 3. Run ‘yum –enablerepo=remi install mysql mysql-server mysqlclient’ 4. Run mysql_upgrade (part […]

Tomcat: Easy apache 4 How to add/enable on cPanel / Cloudlinux Server.

INSTALLING TOMCAT ON cPanel SERVER PART A We can install tomcat on cPanel server easily from easyapache 4. Login to WHM Panel >>> Software >>> EasyApache 4 >>> Then click on “Customize” button present in front of “Currently Installed Packages” >>> Then Click on “Additional Packages” option present at left hand side >>> Select Tomcat […]

Why you should use EasyApache4?

Why you should use EasyApache4? Today we are going to talk about Why you should make the switch to EasyApache4? EasyApache4 is a placement for EasyApache3. It has overhauled the product, made it faster, more flexible and customizable. So why should you use EasyApache4? Most importantly we deprecated EasyApache3 in 2018. EasyApache3 is the blocker […]