Browsing tag

database

How to Install MySQL on Ubuntu 22.04

MySQL is a fee relational database management system from Oracle, and it is released under the GPL (General Public License). It was initially developed by a Swedish company, MySQL AB,  and is now owned and developed by the Oracle Corporation. This article will show how to install MySQL on Ubuntu 22.04. Install MySQL Server on […]

How to Install PostgreSQL on Fedora 36 / Fedora 35

PostgreSQL is a free object-relational database management system (ORDBMS). It is available for Linux, FreeBSD, Solaris, Microsoft Windows, and macOS. PostgreSQL was developed by the PostgreSQL Global Development Group and released under the PostgreSQL License. Here, we will see how to install PostgreSQL on Fedora 36 / Fedora 35. Install PostgreSQL on Fedora 36 Setup […]

How to Install PostgreSQL on Ubuntu 22.04

PostgreSQL is a free and open-source relational database management system (ORDBMS) emphasizing extensibility and SQL compliance. It is known for its strong reputation for reliability, data integrity, and performance. PostgreSQL is available for Linux, Windows, FreeBSD, OpenBSD, and macOS. In this post, we will see how to install PostgreSQL on Ubuntu 22.04. Install PostgreSQL on […]

How to Install MariaDB on Ubuntu 22.04

MariaDB is an open-source database server from the MariaDB Foundation, and it is a fork of the popular database management system MySQL. It is the number one choice for web hosting companies and content management systems like WordPress, Joomla, etc. Here, we will see how to install MariaDB on Ubuntu 22.04. Install MariaDB on Ubuntu […]

How to Install MySQL 8.0 on Fedora 35 / Fedora 34

MySQL is a free database management system commonly used in web applications to store and retrieve records and information. It was initially developed by MYSQL AB, now owned by Oracle Corporation. MySQL was the primary database in Linux operating system until MariaDB, a fork of MySQL, came into the picture. Here, we will see how […]