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

Detailed Explanation About Subdomains in cPanel – Hostripples

As the name specifies, in this blog we are going to discuss a new feature in cPanel that is about Subdomains. Let’s see what is Subdomain? A Subdomain is a subsection of your website or in other words, we can say that it is a separate and unique website with its own contents but without […]

See More

Introduction to Domain Aliases in cPanel

In this blog, we are going to discuss Domain Aliases. Domain Aliases make your website available from another domain name. In other words, we can say that Aliases are domain names which you can own, but they do not have any contents, but you can use them for pointing to contents of another domain or […]

See More