- 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:

- 精通JavaScript+jQuery:100%動態網頁設計密碼
- MySQL數據庫管理與開發(慕課版)
- Python 3破冰人工智能:從入門到實戰
- Mastering KnockoutJS
- Babylon.js Essentials
- 代替VBA!用Python輕松實現Excel編程
- Extending Unity with Editor Scripting
- ASP.NET 4.0 Web程序設計
- 算法圖解
- 深入解析Java編譯器:源碼剖析與實例詳解
- UX Design for Mobile
- 分布式系統架構與開發:技術原理與面試題解析
- Python程序設計案例教程:從入門到機器學習(微課版)
- 軟件測試(第2版)
- Android for the BeagleBone Black