
Then we will be able to configure MariaDB a bit. Although it is not necessary, sometimes it is useful to have both available.
The above command will install both the server and the client. sudo apt install mariadb-server mariadb-client sudo apt updateĪfter that, we can install it by running the following command. So, open a terminal and make sure the distribution is completely up to date. So the installation process is really easy. MariaDB is available in the official Debian 11 repositories. In addition to this, it has support for enterprise and community versions so that we can use it on almost any system.
MariaDB incorporates other performance improvements and faster and more transparent security versions. This is very efficient in the use of resources. SphinxSE, to make text searches under Sphinx. Therefore, MariaDB can be used in any newly created project, especially in transactional systems.Īmong the new features that have already been implemented in MariaDB, we can highlight: This relational database manager can be used anywhere MySQL was used before. It is a fork of MySQL, one of the most important databases that have ever existed in the market, used to manage large amounts of information. Precisely talking about this last one is that in this post I will show you how to install MariaDB on Debian 11 so if you are a developer you can start working with your applications or even on a server as the first step for other operations. It is also used on servers that store data using database drivers such as MariaDB. Debian 11 is used by many different developers.