Browsing tag

mariadb

How To Install MariaDB on Ubuntu 18.04 / Ubuntu 16.04

MariaDB is a fork of the very popular MySQL database management system, and it is now considered as a full drop-in replacement for MySQL. Install MariaDB on Ubuntu 18.04 / Ubuntu 16.04 You can install MariaDB in two ways, using either Ubuntu repository or Official MariaDB mirror. Install MariaDB from Official MariaDB mirror Install MariaDB […]

Install Nginx + MariaDB + PHP on Fedora 27 / Fedora 26

Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows you how to install Nginx on Fedora 27 with PHP support (through PHP-FPM) and MariaDB support. PHP-FPM is an alternative PHP FastCGI implementation. It has some additional features useful […]

Install phpMyAdmin on Fedora 27 / Fedora 26/25/24

phpMyAdmin is the web-based administration tool for managing the MySQL, MariaDB and Drizzle servers; it helps in performing databases activities such as creating, deleting, querying, tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin on Fedora 27 / Fedora 26/25. Install phpMyAdmin Install phpMyAdmin using the following command. dnf […]

Install LEMP (Nginx + MariaDB + PHP) on openSUSE 13.2

Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows you how to install Nginx on a openSUSE 13.2 with PHP support (through PHP-FPM) and MariaDB support. PHP-FPM is an alternative PHP FastCGI implementation, it has some additional features […]

Installing LLMP (Lighttpd, PHP And MariaDB) on openSUSE 13.2

Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a web server; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting […]