Reference for MariaDB Enterprise Server 10.4
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: SkySQL Reference
Topics on this page:
Overview
Reference material is available here for MariaDB Enterprise Server 10.4 on MariaDB SkySQL.
This includes MariaDB Enterprise Server and MariaDB ColumnStore, all on expert-maintained cloud infrastructure from MariaDB Corporation.
MariaDB Enterprise Server 10.4 Reference for SkySQL
Character sets use different character encodings tailored for different languages | |
Collations use different sorting and comparison rules tailored for different languages and use cases | |
Command-line utilities for connecting, configuration, data loading, and troubleshooting | |
Data types define the type of data a column can store | |
Error codes are used to identify each specific type of error | |
Built-in functions are provided to simplify common programming tasks | |
Information schema provides general information about the server and its database objects | |
Operators are keywords and symbols used to perform common arithmetic, logical, and matching operations | |
Performance schema records metrics for troubleshooting performance related issues and events | |
Plugins provide optional features that can be installed | |
Privileges can be granted to users to control who can perform what actions | |
Reserved words cannot be used in queries and object names without being quoted | |
Structured Query Language (SQL) statements enable the reading and writing of data within the database. | |
Status variables contain information about the current state of the server or session | |
System tables contain general settings, like user accounts, MariaDB Enterprise Audit filters, and plugin configuration | |
Variables that can be queried, set, and filtered for configuration and monitoring |