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

Finding Target Audience in 2021 is Easy With This Marketing Strategy

How you go about researching your target audience? It’s a question we get a lot. And I want to draw your attention to some of the things that are required to be learned. So I am providing you with an in-depth analysis of affinity audience, in-market audience, and the latest target marketing strategies to grow […]

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