Linux Tutorials on the topic “mysql”
-
How to Install and Configure Caddy Web Server with PHP and MariaDB on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, mysql, php, ubuntu, web server • Comments: 7Caddy Web Server is a modern open-source web server written in GO language. In this tutorial, you'll install and configure Caddy to run along with PHP and MariaDB on an Ubuntu 20.04 based server.
-
How to Install Nginx with PHP and MySQL (LEMP Stack) on CentOS 7.6
Author: howtoforge • Tags: centos, linux, mysql, nginx, php, web server • Comments: 7Nginx (pronounced "engine x") 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 how you can install Nginx on a CentOS 7.6 server with PHP support (through PHP-FPM) and MySQL (Mariadb) support.
-
How to Install Nginx with PHP and MySQL (LEMP Stack) on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, mysql, nginx, php, server, ubuntu, web server • Comments: 2This tutorial shows how you can install Nginx on an Ubuntu 20.04 LTS server with PHP 7.4 support (through PHP-FPM) and MySQL support (LEMP = Linux + Nginx (pronounced "engine x") + MySQL + PHP).
-
-
How to Install Metabase Business Analytics on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: mysql, ubuntu • Comments: 2Metabase is a free and opensource data analytics and Bussiness intelligence tool. It allows you and your company to as questions and learns from your data. In this tutorial, we will show you how to Install Metabase Data Analytics on Ubuntu 18.04.
-
How to Install FAMP Stack (Apache / MySQL / PHP) on FreeBSD 12
Author: Blago Eres • Tags: apache, freebsd, mysql, php, web server • Comments: 7The FAMP stack, which is akin to a LAMP stack on Linux, is a collection of open-source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web applications. FAMP is an acronym that stands for FreeBSD (operating system), Apache (HTTP server), MySQL/MariaDB (database server), and PHP (programming language to process dynamic PHP content).
-
Install Adminer Database Management Tool on Debian 10
Author: Hitesh Jethva • Tags: debian, mysql • Comments: 3Managing database systems like MySQL, PostgreSQL, Oracle, and SQLite form the web-based UI is easier than using the command-line tool. Adminer is one of the best full-featured database management tool written in PHP.
-
Install and Secure phpMyAdmin on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, mysql, web server • Comments: 21phpMyAdmin is a free and open-source tool to manage MySQL and MariaDB servers over a web-based interface. In this tutorial, we will show you how to install and secure phpMyAdmin on CentOS 8 server.
-
How to Install NextCloud on Debian 10
Author: Hitesh Jethva • Tags: apache, debian, mysql, php, storage, web server • Comments: 23NextCloud is a free and open-source file hosting and file sharing server forked from ownCloud project. It is very similar to other file sharing services like Google Drive, Dropbox and iCloud. In this tutorial, we will explain how to install NextCloud and secure it with Let's Encrypt SSL on Debian 10.
-
How to Setup MariaDB Galera Multi-Master Synchronous Replication using Debian 10
Author: Karl Wakim • Tags: debian, mysql, server • Comments: 2This guide will walk you through the installation of MariaDB and its configuration in a Galera cluster. We will be using three Debian 10 nodes for demonstration.
-
How to Install and Configure OpenLiteSpeed Web Server on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, mysql, php, web server • Comments: 2OpenLiteSpeed is a free, open-source and lightweight HTTP server developed by LiteSpeed Technologies. In this tutorial, we will show you how to install OpenLiteSpeed with MariaDB and PHP on Debian 10 server.