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 MoreAuthor: Vishwajit Kale
Vishwajit Kale blazed onto the digital marketing scene back in 2015 and is the digital marketing strategist of Hostripples, a company that aims to provide affordable web hosting solutions. Vishwajit is experienced in digital and content marketing along with SEO. He's fond of writing technology blogs, traveling and reading.
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 MoreHow 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
You must be logged in to post a comment.