Browsing tag

mysql

How to Install MySQL 8.0/5.7 on CentOS 7 / RHEL 7

MySQL is a free and open-source database management system, commonly used in web applications to store and retrieve records and information. MySQL was initially developed by MYSQL AB, now owned by Oracle Corporation. It was the primary database application for Linux operating system until MariaDB, a fork of MySQL, came into the picture. In this […]

Install phpMyAdmin on Debian 9 / Ubuntu 16.04

phpMyAdmin is a free web-based administration tool for handling administrative tasks on MySQL and MariaDB servers. With phpMyadmin, you can perform databases activities like managing databases, tables, columns, indexes, relations, users, permissions, etc This post will help you to install phpMyAdmin on Debian 9 / Ubuntu 16.04. Install MySQL (MariaDB) Server Before installing phpMyAdmin take […]

How To Install MariaDB on Debian 9

MariaDB is a fork of the most popular MySQL database management system. It is developed by MariaDB Corporation Ab, led by original developers of MySQL. MariaDB is fully compatible with MySQL database management system and is now considered as a full drop-in replacement. Install MariaDB on Debian 9 You can obtain MariaDB packages for Debian […]

How to Create Virtual Hosts in OpenLiteSpeed Web Server

In our last article, we discussed the installation of OpenLiteSpeed on CentOS 7, Ubuntu 16.04, and Debian 9. Also, covered some of the important configurations such as Enabling support for PHP 7.0, Configure OpenLiteSpeed to use standard HTTP port 80, and MySQL DB Support. Here are the links to the installation of OpenLiteSpeed, READ: How […]

How to Install OpenLiteSpeed, PHP 7.0 & MariaDB on CentOS 7 / RHEL 7

OpenLiteSpeed is an open source web server developed by LiteSpeed Technologies, an open source version of commercial LiteSpeed web server. OpenLiteSpeed is a high-performance HTTP server, and it can handle hundreds and thousands of simultaneous connections with very low resource consumptions. OpenLiteSpeed is available for Linux, OS X, Solaris, and FreeBSD. It supports both SPDY/3.1 and […]