social media marketing strategy 2021

2021 Best Social Media Marketing SMM Strategies Help You Grow Online

There are more than 3.2 billion social media users globally today and this number is increasing fast day by day. We can say that more than 40% of the total world’s population is online and uses social media on a daily basis. These numbers show that we cannot ignore the analysis target audience in Social […]

See More
HTTP status code

HTTP Status Code Latest Guide For 2021: Hostripples

When starting the browser from the client a request is made to the web server, which response, in turn, with an HTTP status code in the form of a three-digit string. With this message, the webserver tells the browser if your request has been processed correctly, if an error has occurred or if authentication is […]

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