LAMP Stack is a group of open source programs that work together to enable a server to host dynamic websites or web applications. LAMP represents Linux (operating system), Apache (web server), MySQL (MariaDB database), PHP (scripting language). In this guide, we will learn how to install LAMP on CentOS 7. Prerequisites Update the software packages […]
MySQL
How To Install LAMP Stack on Ubuntu
This tutorial covers an easy and step-by-step guide on how to install LAMP Stack on Ubuntu. While writing this tutorial, I used Ubuntu Server 18.04 LTE though this guide is equally useful in installing LAMP Server on Ubuntu 16.04 and 14.04 with few adjustments (if required). Introduction A LAMP Stacks or LAMP Server (Linux, Apache, […]
How To Install LEMP Stack on Ubuntu 16.04
LEMP stack is a group of software and LEMP is an acronym and it describes a Linux operating system, with Nginx web server, MySQL as a database and the dynamic processing is handled by PHP to serve dynamic websites and web applications. This guide is tested on Ubuntu 18.04 LTE. This installation guide and configuration would […]
Error Establishing a Database Connection in WordPress Fix
If you look at the WordPress support forum, there are thousands of people are facing this issue “Error Establishing a Database Connection” both on local servers and live websites. What does this error mean? Error establishing a database connection in WordPress simply means your website is not able to connect to the database. If you […]
Your PHP installation appears to be missing the MySQL extension which is required by WordPress
If you are a WordPress user and getting an error that says “Your PHP installation appears to be missing the MYSQL extension which is required by WordPress”, then this might be very frustrating to deal with. Being a webmaster, I faced the same issue with my website. I searched online for a solution, posted in […]