Mariadb 简明教程

MariaDB Tutorial

MariaDB 是 MySQL 关系数据库管理系统的分支。MySQL 的原始开发人员在被 Oracle 收购 MySQL 后出于担忧创建了 MariaDB。本教程将快速介绍 MariaDB,并帮助你深入了解 MariaDB 编程和管理。

MariaDB is a fork of the MySQL relational database management system. The original developers of MySQL created MariaDB after concerns raised by Oracle’s acquisition of MySQL. This tutorial will provide a quick introduction to MariaDB, and aid you in achieving a high level of comfort with MariaDB programming and administration.

Audience

本教程针对初学者和 MariaDB 新手。它指导他们理解 MariaDB 中从基础到高级的概念。完成本教程后,你将掌握 MariaDB 的坚实基础和专业知识,你可以开始开发并轻松拓展你的知识。

This tutorial targets novice developers and those new to MariaDB. It guides them in understanding basic through more advanced concepts in MariaDB. After completing this tutorial, your firm foundation in MariaDB and level of expertise will allow you to begin developing and easily build on your knowledge.

Prerequisites

本教程假定你熟悉关系数据库管理系统、查询语言、MySQL 和一般编程。它还假定你熟悉应用程序中的典型数据库操作。

The tutorial assumes your familiarity with relational database management systems, querying languages, MySQL, and general programming. It also assumes familiarity with typical database operations in an application.