- MariaDB Essentials
- Emilien Kenler Federico Razzoli
- 178字
- 2021-07-09 21:39:13
Chapter 1. Installing MariaDB
MariaDB is a Relational Database Management System (RDBMS). It is fully open source, released with a GNU (General Public License), version 2. MariaDB is a fork of MySQL, started by its original author, Michael Widenius and some of MySQL's core developers.
Like other relational database management systems, MariaDB allows us to create and manage relational databases. It can modify the data structure and the data itself as well as answer questions (queries) on that data. The user can communicate with MariaDB by writing statements in SQL (Structured Query Language). The statements can also be composed by a program, which can send them to MariaDB. This allows programs of any type, including web applications, to interact with MariaDB to manage their data.
This chapter describes the steps that need be taken before one starts using MariaDB. In particular, we will discuss the following topics:
- Choosing a MariaDB version
- Installing MariaDB on various operating systems
- Starting and stopping the server
- Configuring MariaDB
- Getting started with the command-line client
- Upgrading MariaDB
- Installing and configuring plugins
- Java面向?qū)ο笏枷肱c程序設(shè)計
- PyTorch自動駕駛視覺感知算法實戰(zhàn)
- JavaScript語言精髓與編程實踐(第3版)
- Mastering matplotlib
- Java程序設(shè)計與計算思維
- Instant Ext.NET Application Development
- Learning JavaScript Data Structures and Algorithms
- PySpark Cookbook
- Integrating Facebook iOS SDK with Your Application
- 深入淺出React和Redux
- Java SE實踐教程
- Python全棧開發(fā):基礎(chǔ)入門
- Mastering ASP.NET Core 2.0
- 交互設(shè)計師成長手冊:從零開始學(xué)交互
- Python機器學(xué)習(xí)開發(fā)實戰(zhàn)