- 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
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 深入淺出Windows API程序設計:編程基礎篇
- 深入理解Java7:核心技術與最佳實踐
- Learning Neo4j 3.x(Second Edition)
- Visual C++數字圖像處理技術詳解
- Learning Selenium Testing Tools(Third Edition)
- Nexus規模化Scrum框架
- D3.js 4.x Data Visualization(Third Edition)
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Visual Basic程序設計(第三版)
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Learning Ionic
- App Inventor少兒趣味編程動手做
- 基于GPU加速的計算機視覺編程:使用OpenCV和CUDA實時處理復雜圖像數據