Configure Guacamole MySQL Database Authentication
In this tutorial, you will learn how to configure Guacamole MySQL database authentication. Guacamole supports various authentication mechanisms including database authentication via MySQL, PostgreSQL, or SQL Server databases.
So how can you can enable and configure Guacamole MySQL database authentication?
Configure Guacamole MySQL Database Authentication
If you want to install Guacamole on Linux, see our various guides on installation of Apache Guacamole.
To...
Install MariaDB 10.8 on Ubuntu 20.04
Follow through this guide to learn how to install MariaDB 10.8 on Ubuntu 20.04. MariaDB 10.8.2 is the current RC release version of MariaDB.
Install MariaDB 10.8 on Ubuntu 20.04
To install MariaDB 10.8 on Ubuntu 20.04;
(DO NOT USE RC RELEASES IN PRODUCTION yet)
Install MariaDB APT Repositories
To install MariDB APT repos, head over to MariaDB repositories site to choose your mirrors.
Next, execute the...
Install MariaDB 10.7 on Ubuntu 20.04
Follow through this guide to learn how to install MariaDB 10.7 on Ubuntu 20.04. MariaDB 10.7.3 is the current stable release version of MariaDB.
Install MariaDB 10.7 on Ubuntu 20.04
To install MariaDB 10.7 on Ubuntu 20.04;
Install MariaDB APT Repositories
To install MariDB APT repos, head over to MariaDB repositories site to choose your mirrors.
Next, execute the commands below to install MariaDB APT repos...
Install Couchbase Server on CentOS/Rocky Linux
In this tutorial, you will learn how to install Couchbase Server on CentOS/Rocky Linux. According to the documentation, Couchbase Server is an open source, distributed, JSON document database. It exposes a scale-out, key-value store with managed cache for sub-millisecond data operations, purpose-built indexers for efficient queries, and a powerful query engine for executing SQL-like queries.
Install Couchbase Server on CentOS/Rocky...
Install Couchbase Server on Debian 11/Debian 10
In this tutorial, you will learn how to install Couchbase Server on Debian 11/Debian 10. According to the documentation, Couchbase Server is an open source, distributed, JSON document database. It exposes a scale-out, key-value store with managed cache for sub-millisecond data operations, purpose-built indexers for efficient queries, and a powerful query engine for executing SQL-like queries.
Install Couchbase Server on...
Quick Way to Install LEMP Stack on Debian 11
This guide presents a quick way to install LEMP Stack on Debian 11.
LEMP stack is an acronym for the commonly used web application and deployment component;
Linux systemENginxMySQL/MariaDBPHP
Install LEMP Stack on Debian 11
Install Linux System
The first component of the LEMP stack is Linux Operating System, which is in this case is the Debian 11.
If you have not installed it already, see the...
Install PostgreSQL on Rocky Linux 8
In this tutorial, you will learn how to install PostgreSQL on Rocky Linux 8.
PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects.
Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer...
Install LAMP Stack on Debian 11
Follow through this guide to learn how to install LAMP Stack on Debian 11. If you are looking at building some web application, LAMP stack is the first thing you might need. As you already know, LAMP is a group of opensource web development software; Linux OS, Apache http server, MariaDB/MySQL relational database management systems and PHP web scripting language.
Install LAMP Stack on Debian...
Install MySQL 8 on Debian 11
This guide provides a step-wise tutorial on how to install MySQL 8 on Debian 11. MySQL is a fast, stable and true multi-user, multi-threaded SQL database server with its main goals being speed, robustness and ease of use. To see a comprehensive description of the features offered by MySQL 8, navigate to MySQL 8 Reference Manual.
Install MySQL 8 on Debian 11
Debian 11...
Install MariaDB 10.6 on Debian 11
Follow through this guide to learn how to install MariaDB 10.6 on Debian 11. “MariaDB 10.6 is the current stable series of MariaDB. It is an evolution of MariaDB 10.5 with several entirely new features and improvements".
Install MariaDB 10.6 on Debian 11
Run System Update
Assuming that you are installing MariaDB 10.6 on a newly installed Debian 11, update and upgrade your system packages.
apt update
apt upgrade
There...