Why-should-you-opt-for-shared-hosting

Why Should you Opt for Shared Hosting?

Probably, the second toughest thing to decide when you are starting your online business is this – What type of hosting should you choose, first obviously being – How to choose a hosting provider? Even though the Shared Hosting is popular, people often do not understand what is Shared Hosting? Before making any decisions, we […]

See More

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
The Transaction Log For Database Is Full

“The Transaction Log For Database Is Full” Easy Steps to Resolve

Microsoft is a widely used database in windows server, also its be default SQL server with a Plesk control panel which is used on windows base server in hosting industries. Every database has its own property and limitations set when it gets created, many times it happens that these resources get exhausted after a certain […]

See More