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 Fedora 30/Fedora 29
Welcome to our guide on how to install MySQL 8 on Fedora 30/Fedora 29. Check what is new in MySQL 8 for a number of features that it brings about.
Install MySQL 8 on Fedora 30/Fedora 29
Before you can begin your installation, run system update to resynchronize packages to their latest versions.
dnf update
dnf upgrade
Add MySQL YUM Repository
To install MySQL 8...
How Does Website Hosting Work?
If you've ever wondered how websites are made, there are a few important things you should know about website hosting. Just like when you rent a plot of land, you must have a dedicated person managing the web server. This person will be responsible for ensuring that your website is accessible from anywhere in the world, regardless of your...
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...
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...
Install phpMyAdmin with Nginx on Debian 10 Buster
Let us learn how to install phpMyAdmin with Nginx on Debian 10 Buster. phpMyAdmin is used to administer MySQL and MariaDB over the web.
Install phpMyAdmin with Nginx on Debian 10 Buster
Prerequisites
Install LEMP Stack on Debian 10 Buster
As a prerequisite of running phpMyAdmin with Nginx, you need to have installed and setup LEMP Stack on Debian 10 Buster. If you have...
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...
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...
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...
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...