Installation and Configuration of MariaDB in Debian 12
MariaDB installation and configuration in Debian 12 To install MariaDB in Debian 12, follow these steps:
1.Update the repositories and install the MariaDB package:
First, update your system repositories and install MariaDB:
javiercruces@jcruces:~$ sudo apt update javiercruces@jcruces:~$ sudo apt install mariadb-server 2.Enable and start the MariaDB service:
Once installed, set MariaDB to automatically start the start and then start the service:
javiercruces@jcruces:~$ sudo systemctl start mariadb javiercruces@jcruces:~$ sudo systemctl enable mariadb 3.Configure MariaDB: