How To Install MySQL 8.0 on Debian 10 “Buster”

MySQL 8.0 database server

On today’s guide we will guide you on how to install and configure MySQL 8.0 on Debian 10 “Buster”. MySQL 8.0 is the current latest stable release of MySQL database server, one of the most used, popular, free open-source database server (FOSS) on the world. … Read more

How to Fix Error Code 1054 Unknown Column in MySQL

Simple steps on how to fix error 1054 unknown column in MySQL.

As a free, open-source relational database that can cover a lot of use cases, from dynamic web-based discussion boards and blogs to enterprise resource planning software, MySQL has attracted a lot of users and developers over the years. As its name implies, MySQL uses SQL … Read more

Setting Up MariaDB v10.6.8 on CentOS 8 Stream

Installing MariaDB 10.6.8 on CentOS 8 Stream

MariaDB is a free, open-source and one of the most popular relational database management system (RDBMS) which used in the web hosting industry. MariaDB is fork of the MySQL databaser server since the Oracle’s acquisition over MySQL AB in 2009. So, in other word, MariaDB … Read more

How To Install MariaDB 10.5 on CentOS Stream 9

Installing MariaDB 10.5 Database Server on CentOS Stream 9

MariaDB is a free, open-source, scalable and high-performance relational database management system which is also known as RDBMS. MariaDB is a community-based-developed RDBMS, released under GNU General Public License (GPLv2 and LGPLv2.1), and it comes as drop-in-replacement for MySQL database server. So there are many … Read more

How To Install MySQL 8.0.26 on AlmaLinux 8.5

Installing MySQL 8.0 Database Server on AlmaLinux 8.5

MySQL 8.0 is the current long-term support stable-release of MySQL database server. It initially released on April 19, 2018 and will reached its end of life (EOL Date) on April, 2026. MySQL AB offering some installation instruction on many Linux distribution system with a few … Read more