![Hands-On Full Stack Development with Spring Boot 2.0 and React](https://wfqqreader-1252317822.image.myqcloud.com/cover/771/36699771/b_36699771.jpg)
Installing MariaDB
In the next chapter, we are going to use MariaDB, and therefore we will install it locally to your computer. MariaDB is a widely used open source relational database. MariaDB is available for Windows and Linux, and you can download the latest stable version from https://downloads.mariadb.org/. MariaDB is developed under a GNU GPL 2 license.
For Windows, there is the MSI installer, that we will use here. Download the installer and execute it. Install all features from the installation wizard:
![](https://epubservercos.yuewen.com/12C211/19470392408878806/epubprivate/OEBPS/Images/Chapter_88.jpg?sign=1738888346-T3ajJ7h8yuPt5EVPKmapp0RhbikZ6JBC-0-b667041319c02d7af6b94db1924197ac)
In the next step, you should give the password for the root user. This password is needed in the next chapter, when we connect to the database with our application:
![](https://epubservercos.yuewen.com/12C211/19470392408878806/epubprivate/OEBPS/Images/Chapter_46.jpg?sign=1738888346-pKKE5k5lHWiE4hjdt4fXEwDoNDWoJLEq-0-21a6b3cacaac5b4b5d7a2fe61d7d1682)
In the next phase, we can use the default settings:
![](https://epubservercos.yuewen.com/12C211/19470392408878806/epubprivate/OEBPS/Images/Chapter_76.jpg?sign=1738888346-qLCvPX4iRC9xyF7zettMmheZiQZZd2lL-0-e23af3875094e2c2a86109bdd8b3a61f)
Now the installation starts, and MariaDB will be installed to your local computer. The installation wizard will install HeidiSQL for us. This is a graphically easy-to-use database client. We will use this to add a new database and make queries to our database. You can also use the Command Prompt included in the installation package:
![](https://epubservercos.yuewen.com/12C211/19470392408878806/epubprivate/OEBPS/Images/Chapter_153.jpg?sign=1738888346-6BMGJvLQMBVSPfGLWz06DPfaCztaU1pg-0-593b178cbec2b492c64582cc46b6a361)