How to optimize your website images with Elementor and Optimole?

Hello everyone, in today’s blog we are going to discuss how to optimize your website images with Elementor and Optimal? Now you must be wondering why we need to optimize the website. The answer to this question is simple:- we need to optimize our website because sometimes images are not loading for the website so […]

What is Bootstrap? How to Use it?

Welcome to the blog on what is Bootstrap and if you guys are regular readers then you pretty notice that this is my very first blog on Bootstrap and before we get started I actually just want to say one last thing and that is, if you want to follow along with this blog then […]

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