Sponsor of the Day:
Jerkmate
https://mariadb.com/docs/server/security/cve
Security Vulnerabilities (CVE) Fixed in MariaDB | Server | MariaDB Documentation
Lists of Security Vulnerabilities (CVE) fixed in MariaDB products.
mariadb server documentationsecurity vulnerabilitiescvefixed
https://mariadb.com/docs/server/server-management/automated-mariadb-deployment-and-administration/kubernetes-and-mariadb/kubernetes-operators-for-mariadb
Kubernetes Operators for MariaDB | Server | MariaDB Documentation
Official Kubernetes Operators for MariaDB: Enterprise Operator for MariaDB Server+MaxScale, CRDs/controllers, HA topologies, and backup/restore automation.
mariadb server documentationkubernetes operators
https://mariadb.com/docs/server
MariaDB Server Documentation | Server | MariaDB Documentation
Explore MariaDB Server, the powerful open-source relational database. This comprehensive documentation covers installation, deployment, usage, security, and...
mariadb server documentation
https://mariadb.com/docs/server/server-usage/connecting/mariadb-connecting-guide-1
Connecting to MariaDB Server | Server | MariaDB Documentation
Complete Connecting to MariaDB Server guide for MariaDB. Complete reference documentation for implementation, configuration, and usage for production use.
mariadb server documentationconnecting
https://mariadb.com/docs/server/reference/sql-structure/temporal-tables
Temporal Tables | Server | MariaDB Documentation
Explore temporal tables in MariaDB Server. This section details how to manage data with system-versioning and application-time periods, enabling historical...
tables server mariadbtemporaldocumentation
https://mariadb.com/docs/server/reference/sql-statements
SQL Statements | Server | MariaDB Documentation
Complete reference for SQL Statements in MariaDB. Complete syntax guide with all options, clauses, and practical examples with comprehensive examples.
server mariadb documentationsql statements
https://mariadb.com/docs/server/server-management/server-monitoring-logs/binary-log/flashback
Flashback | Server | MariaDB Documentation
Explains how to use the Flashback feature (via `mysqlbinlog --flashback`) to rollback transactions by reversing the binary log events, useful for recovering...
server mariadb documentationflashback
https://mariadb.com/docs/server/ha-and-performance/optimization-and-tuning/query-optimizations/index-condition-pushdown
Index Condition Pushdown | Server | MariaDB Documentation
server mariadb documentationindexconditionpushdown
https://mariadb.com/docs/server/mariadb-quickstart-guides
Quickstart Guides | Server | MariaDB Documentation
Get started quickly with MariaDB Server using these quickstart guides. Follow step-by-step instructions to install, configure, and begin using MariaDB for your...
server mariadb documentationquickstart guides
https://mariadb.com/docs/server/clients-and-utilities/testing-tools/mariadb-test/mariadb-test-run-pl-options
mariadb-test-run.pl Options | Server | MariaDB Documentation
test runserver documentationmariadbploptions
https://mariadb.com/docs/server/reference/sql-functions/numeric-functions/to_number
TO_NUMBER | Server | MariaDB Documentation
Convert a string to a number. This Oracle-compatible function parses a string using a specified format and returns a numeric value.
server mariadb documentationnumber
https://mariadb.com/docs/release-notes/enterprise-server
Enterprise Server Release Notes | Release Notes | MariaDB Documentation
This section contains release notes for MariaDB Enterprise Server releases divided into the major MariaDB series
server release notesmariadb documentationenterprise
https://mariadb.com/docs/server/server-management/variables-and-modes/old_mode
OLD_MODE | Server | MariaDB Documentation
Describes the `OLD_MODE` system variable, used to revert specific behaviors to match older MariaDB or MySQL versions for compatibility purposes during upgrades.
server mariadb documentationoldmode
https://mariadb.com/docs/server/reference/sql-statements/data-manipulation/changing-deleting-data/delete
DELETE | Server | MariaDB Documentation
Complete guide to deleting data in MariaDB. Complete DELETE syntax with WHERE filtering, JOIN operations, CTEs, and safety considerations for production use.
server mariadb documentationdelete
https://mariadb.com/docs/server/clients-and-utilities/legacy-clients-and-utilities/mysqldump
mysqldump | Server | MariaDB Documentation
Complete mysqldump guide for MariaDB. Complete reference documentation for implementation, configuration, and usage with comprehensive examples and best.
server mariadb documentationmysqldump
https://mariadb.com/docs/server/ha-and-performance/optimization-and-tuning/query-optimizations/charset-narrowing-optimization
Charset Narrowing Optimization | Server | MariaDB Documentation
server mariadb documentationcharsetnarrowingoptimization
https://mariadb.com/docs/server/reference/sql-statements/data-manipulation/selecting-data/select-offset-fetch
SELECT ... OFFSET ... FETCH | Server | MariaDB Documentation
Pagination using standard SQL syntax. This clause limits the number of rows returned and skips a specified number of rows, similar to LIMIT.
server mariadb documentationselectoffsetfetch
https://mariadb.com/docs/server/reference/sql-structure/vectors
Vectors | Server | MariaDB Documentation
Explore vector data types. This section details how to store and manage numerical arrays, enabling efficient vector similarity search and machine learning...
server mariadb documentationvectors
https://mariadb.com/docs/server/reference/plugins/authentication-plugins/authentication-plugin-unix-socket
Authentication Plugin - Unix Socket | Server | MariaDB Documentation
Official Unix socket authentication: OS user login via SO_PEERCRED/uid matching, CREATE USER IDENTIFIED VIA unix_socket, and unix_socket force modes.
server mariadb documentationauthentication pluginunix socket
https://mariadb.com/docs/server/reference/data-types/date-and-time-data-types/datetime
DATETIME | Server | MariaDB Documentation
Complete DATETIME data type guide for MariaDB. Complete reference for syntax, valid values, storage requirements, and range limits for production use.
server mariadb documentationdatetime
https://mariadb.com/docs/server/server-usage/storage-engines/merge
MERGE | Server | MariaDB Documentation
The MERGE storage engine allows a collection of identical MyISAM tables to be treated as a single logical table, useful for managing large datasets.
server mariadb documentationmerge
https://mariadb.com/docs/server/reference/data-types/numeric-data-types/bigint
BIGINT | Server | MariaDB Documentation
Large integer type. A BIGINT uses 8 bytes and can store values from -9223372036854775808 to 9223372036854775807 (signed) or 0 to 18446744073709551615...
server mariadb documentationbigint
https://mariadb.com/docs/server/reference/system-tables/information-schema/information-schema-tables/information-schema-parameters-table
Information Schema PARAMETERS Table | Server | MariaDB Documentation
The Information Schema PARAMETERS table stores information about parameters for stored procedures and functions, including data types and modes.
table server mariadbinformation schemaparametersdocumentation
https://mariadb.com/docs/server/reference/sql-statements/data-definition/create/create-server
CREATE SERVER | Server | MariaDB Documentation
Define a connection to a remote server. This command registers server details for use with the FEDERATED or SPIDER storage engines.
server mariadb documentationcreate
https://mariadb.com/docs/server/reference/system-tables/information-schema/information-schema-tables/information-schema-user_statistics-table
Information Schema USER_STATISTICS Table | Server | MariaDB Documentation
The Information Schema USER_STATISTICS table provides activity statistics for users, such as bytes sent and rows read, aiding in auditing.
table server mariadbinformation schemauser statisticsdocumentation
https://mariadb.com/docs/server/server-management/server-monitoring-logs/binary-log/binary-log-formats
Binary Log Formats | Server | MariaDB Documentation
Detailed comparison of the three binary logging formats: Statement-based (SBR), Row-based (RBR), and Mixed, including their pros, cons, and configuration via...
server mariadb documentationbinary logformats
https://mariadb.com/docs/release-notes/enterprise-server/11.8/
MariaDB Enterprise Server 11.8 | Release Notes | MariaDB Documentation
Release notes for MariaDB Enterprise Server 11.8 series releases
mariadb enterprise server11 8 releasenotes documentation
https://mariadb.com/docs/server/clients-and-utilities/legacy-clients-and-utilities/mysql_fix_extensions
mysql_fix_extensions | Server | MariaDB Documentation
server mariadb documentationmysqlfixextensions
https://mariadb.com/docs/server/reference/sql-functions/vector-functions/vec_fromtext
VEC_FromText | Server | MariaDB Documentation
Convert text to vector. This function parses a JSON array string representation of a vector and converts it into the binary VECTOR data type.
server mariadb documentationvec
https://mariadb.com/docs/server/server-management/variables-and-modes/sql_mode
SQL_MODE | Server | MariaDB Documentation
Complete SQL_MODE reference: set via SET/SET GLOBAL/--sql-mode, view @@SQL_MODE, STRICT_TRANS_TABLES, ANSI_QUOTES, TRADITIONAL, and database emulation.
server mariadb documentationsql mode
https://mariadb.com/docs/server/reference/plugins/mariadb-audit-plugin/mariadb-audit-plugin-log-settings
Audit Plugin Log Settings | Server | MariaDB Documentation
Control where and how the audit data is stored. This section explains how to direct output to a file or the system syslog, and how to configure logging...
server mariadb documentationaudit pluginlogsettings
https://mariadb.com/docs/server/clients-and-utilities/testing-tools/mariadb-test
mariadb-test | Server | MariaDB Documentation
MariaDB uses mariadb-test to test functionality. It is an all-in-one test framework doing unit, regression, and conformance testing
test servermariadbdocumentation