- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Juha Hinkula
- 178字
- 2021-06-25 21:00:22
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:

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:

In the next phase, we can use the default settings:

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:

- 深入理解Android(卷I)
- WildFly:New Features
- Android和PHP開發(fā)最佳實(shí)踐(第2版)
- Visual C++串口通信開發(fā)入門與編程實(shí)踐
- Learning Spring 5.0
- Python入門很簡單
- 架構(gòu)不再難(全5冊)
- Mastering QGIS
- Network Automation Cookbook
- Mastering Swift 2
- Go語言編程
- 機(jī)器學(xué)習(xí)微積分一本通(Python版)
- Mudbox 2013 Cookbook
- HTML5與CSS3權(quán)威指南
- JavaScript前端開發(fā)基礎(chǔ)教程