How to Upgrade MySql in cPanel to MySQL 5.6
Steps to Upgrade MySql in cPanel to latest version cPanel 11.42 and higher supports MySQL 5.6 in which Upgrading is simple, and if you’re coming from MySQL 5.5 you will not need to recompile...
Steps to Upgrade MySql in cPanel to latest version cPanel 11.42 and higher supports MySQL 5.6 in which Upgrading is simple, and if you’re coming from MySQL 5.5 you will not need to recompile...
Steps to Install MySql Percona Server in cPanel What is Percona Server ? Percona Server is based on the original MySQL code, but functions as a drop-in that replaces MySQL .Like MySQL, Percona Server...
Why are we using Nginx, Varnish and PHP-FPM? Nginx is a web-server, like Apache, but boosts much better performance results, and is much more stable when handling lots of requests, which results in high...
Steps to Install Nginx, MySQL, PHP (LEMP) in Ubuntu Introduction LEMP stack is a group of open source software to get web servers up and running. The acronym stands for Linux, nginx (pronounced Engine...
Bash script to backup MySQL databases on regular bases Backing up all your MySQL databases one by one is a pain which need human attention also. Here is a small bash script to backup...
What is phpMyAdmin ? phpMyAdmin set of PHP-scripts to manage MySQL over the web. phpMyAdmin can manage a whole as well as a single database. phpMyAdmin is the best option for managing MySQL databases through...
What is phpMyAdmin ? phpMyAdmin set of PHP-scripts to manage MySQL over the web. phpMyAdmin can manage a whole as well as a single database. phpMyAdmin is the best option for managing MySQL databases...
Introduction A “LAMP” is a group of open source software that is typically installed together to configure a server with multiple host websites and web pages. This term is used to represents the Linux...