MariaDB

How to use MariaDB CREATE DATABASEREDPIXEL.PLShutterstock

How to use MariaDB CREATE DATABASE

If you want to create a new database using the free and open-source relational database management system MariaDB, you can use the CREATE DATABASE command. This article provides a detailed explanation of how the command functions and explores various optional parameters that can…

Read more
How to use MariaDB CREATE TABLENDAB Creativityshutterstock

How to use MariaDB CREATE TABLE

If you want to create a new table, you can use CREATE TABLE in MariaDB to do so. The statement not only means that a new table is created, but also creates the individual columns and the data types permitted in them. In this article, we explain exactly how CREATE TABLE works in…

Read more
How to use CREATE USER in MariaDB

How to use CREATE USER in MariaDB

To create a new account, you can use the CREATE USER command in MariaDB. In this article, we’ll not only explain step by step how to use the command and create a new user, but also show you which user rights you can assign to users. We’ll also explore different clauses you can…

Read more
How to choose a database using SELECT DATABASE in MariaDBsakkmesterkeshutterstock

How to choose a database using SELECT DATABASE in MariaDB

MariaDB offers two methods for selecting a database within its management system. In this dedicated article, we illustrate how to use the USE statement in the command line and the mysql_select_db function in PHP with a straightforward example, and also highlight what you need to…

Read more
How to install MariaDB on Ubuntu 22.04Mr. KosalShutterstock

How to install MariaDB on Ubuntu 22.04

MariaDB has been a recommended alternative to MySQL for a while. Integrating the SQL server into your LAMP stack can be done easily without any problems. In this dedicated guide, we explain how to install MariaDB on Ubuntu 22.04, and then how to configure it and implement…

Read more
How to install MariaDB on Debian 12NDAB Creativityshutterstock

How to install MariaDB on Debian 12

Since MariaDB is included in Debian’s repository by default, you can easily install the SQL server. In this article, we will explain how to install MariaDB on Debian 12, how to configure the software afterward, and what options are available to enhance the server’s security. We…

Read more
How to install MariaDB on Debian 11

How to install MariaDB on Debian 11

MariaDB packages are included by default in Debian. So, if you wish to use the SQL server with the operating system as part of the LAMP stack, it can be done easily. In this article, we will walk you through the step-by-step process of installing MariaDB on Debian 11, and also…

Read more
How to install MariaDB on Ubuntu 20.04ra2 studioShutterstock

How to install MariaDB on Ubuntu 20.04

Since MariaDB is a drop-in replacement for MySQL, you can also use the fork as part of your LAMP stack without any problems. In this article, we explain how to install MariaDB on Ubuntu 20.04, which configurations and security measures are recommended and how you can easily check…

Read more
How to install MariaDB on Debian 10

How to install MariaDB on Debian 10

If you wish to install MariaDB on Debian 10, it can be done without any problems. Debian contains this database management system and provides the required packages. In this article, we will guide you through the installation process, outline the crucial steps, and show you how…

Read more
How to import a MySQL/MariaDB DatabaseRDVectorShutterstock

How to import a MySQL/MariaDB Database

Learn basic MySQL/MariaDB disaster recovery and preparedness: How to import databases from an exported MySQL dump file.

Read more
We use cookies on our website to provide you with the best possible user experience. By continuing to use our website or services, you agree to their use. More Information.
Page top