How To Install Virtualbox in Fedora 19 ?

Virtualbox is still one of the best choice of virtualization compared to other, because of the user friendly environment ,the power and of the great support of the Linux/Unix  community online from forums.   Lets begin with the  Version Virtualbox  4.3.2. 1- Please remove any older version   # yum remove VirtualBox-4.x   2- Adding […]

Why Dedicated Hosting is the Best Option for Hosting a Website?

A Dedicated hosting service is an upgraded version of a web hosting service. If you’re using shared or VPS hosting, then it’s genuine that you need to update your current web hosting option to dedicated hosting. To use a dedicated service, you need perfect knowledge as it’s an ultimate option in terms of power, security, […]

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