- 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
- AngularJS入門與進階
- Objective-C應用開發全程實錄
- aelf區塊鏈應用架構指南
- Mastering OpenCV 4
- 從Java到Web程序設計教程
- Mastering Linux Security and Hardening
- Oracle GoldenGate 12c Implementer's Guide
- Python從入門到精通
- Access 2010中文版項目教程
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- 平面設計經典案例教程:CorelDRAW X6
- Python開發基礎
- Ext JS 4 Plugin and Extension Development
- 從零開始學Selenium自動化測試:基于Python:視頻教學版