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 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 MySQL 8 on Oracle Linux 9
Follow through this tutorial to learn how to install MySQL 8 on Oracle Linux 9. Being a popular open-source relational database management system, MySQL is available and can be installed on Oracle Linux 9.
Install MySQL 8 on Oracle Linux 9
MySQL 8 package is provided by Oracle Linux 9 AppStream repos. The default Oracle Linuix AppStream repositories however may not...
Best GUI Tools for MySQL on Linux
The extensive data ecosystem includes MySQL as one of its most popular technologies. It is a Relational Data Base Management System (RDBMS) developed by Oracle based on Structured Query Language.
MySQL is an essential component of many of the most popular stacks for developing effective web applications. Especially for programs built with Linux, Apache, MySQL, and PHP (object-oriented programming language).
Without...
Enable MSSQL Server and Database Level Auditing
This guide describes how to enable MSSQL server and database level auditing. Database auditing basically involves capturing and monitoring database activities. The server-level audit involves server operations, such as management changes and logon and logoff operations while database level auditing involves actions such as data manipulation languages (DML) and data definition language (DDL) operations.
Enable MSSQL Server and Database Level...
Install MySQL 8 on Ubuntu 20.04
This guide provides a step-wise tutorial on how to install MySQL 8 on Ubuntu 20.04. 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...
Install MySQL 8 on Ubuntu 22.04
This guide provides a step-wise tutorial on how to install MySQL 8 on Ubuntu 22.04. 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...
Enable Authentication on MongoDB
In our previous guides, we learnt how to install MongoDB on Ubuntu or Debian systems;
Install MongoDB on Debian 10
Install MongoDB on Ubuntu 20.04
By default, self hosted MongoDB doesn't enforce user authentication by default. For example, when you connect to MongoDB from the command line using the mongo or command mongo mongodb://127.0.0.1:27017, you will connect with no prompt for authentication.
mongo
Or
mongo...
Install MariaDB 11 on Debian 11/Debian 10
Follow through this guide to learn how to install MariaDB 11 on Debian 11/Debian 10. “MariaDB 11 is the new major release series of MariaDB. It ships with several entirely new features and improvements". However, it is good to note that as of this writing, MariaDB 11 is in active development, and preview releases are available for testing purposes. Therefore, "Do...
Install MySQL 8 on FreeBSD 12
In this tutorial, we are going to learn how to install MySQL 8 on FreeBSD 12. MySQL 8 can be installed on FreeBSD 12 using Ports collection or using the MySQL generic Unix binaries. This guide focuses on using the FreeBSD 12 Ports collection.
Install MySQL 8 on FreeBSD 12
To compile an application/port using Ports Collection, you should first install...