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 […]

See More
Setup FTP

Quickly Setup FTP with ProFTPD in Webmin

In this blog, we will know How to quickly set up FTP in Webmin. Without wasting time lets’s dive in FTP stands for file transfer protocol, and along with telnet and SMTP is one of the oldest protocols still in common use on the Internet. ProFTPD generally uses a single configuration file, found at /etc/proftpd.conf. This […]

See More
How to create a ticket at cPanel end

How to Create a Ticket at cPanel End

How to create a ticket at cPanel end As the title suggests, today we are going to discuss the interface in WHM which is “Create a support cPanel ticket”. Let’s first learn What “Create Support Ticket” option is? With the help of this interface you can open a ticket with support team of cPanel. This […]

See More