Server time (UTC): 2026-01-19 11:06:33

Searching the web for "MariaDB" - Your search took 0.22 seconds.

Favicon
https://mariadb.com/kb/en/authentication-plugin-ed25519/
MySQL has used SHA-1 based authentication since version 4.1. The authentication plugin is called mysql_native_password. Over the years as computers became faster, new attacks on SHA-1 were being devel
Favicon
https://www.plusserver.com/en/product/mariadb-as-a-service/
Databases are often only needed for short periods of time, such as during development and testing. In such cases, deploying a database in-house is relatively time-consuming, and hardware resources nee
Favicon
https://mariadb.com/kb/en/blob/
In previous releases, setting a unique index on a column that uses the BLOB data type was not possible. Index would only guarantee the uniqueness of a fixed number of characters
Favicon
https://mariadb.com/kb/en/mediumtext/
A TEXT column with a maximum length of 16,777,215 (224 - 1) characters. The effective maximum length is less if the value contains multi-byte characters. Each MEDIUMTEXT value is stored using a thre
Favicon
https://mariadb.com/kb/en/long-and-long-varchar/
LONG and LONG VARCHAR are synonyms for MEDIUMTEXT
Favicon
https://mariadb.com/kb/en/varbinary/
The VARBINARY type is similar to the VARCHAR type, but stores binary byte strings rather than non-binary character strings. M represents the maximum column length in bytes
Favicon
https://mariadb.com/kb/en/longblob/
In Oracle mode, BLOB is a synonym for LONGBLOB
Favicon
https://github.com/pymysql/mysqlclient
MySQL/MariaDB connector for Python. Contribute to PyMySQL/mysqlclient development by creating an account on GitHub
Favicon
https://mariadb.com/kb/en/old-mode/
A compatibility setting to support connectors (in particular MySQL Connector/NET) that give an exception when collation ids returned by SHOW COLLATION are NULL. It is automatically set when a MySQL Co
Favicon
https://mariadb.com/kb/en/explain/
An EXPLAIN EXTENDED will always throw a warning, as it adds extra Message information to a subsequent SHOW WARNINGS statement. This includes what the SELECT query would look like after optimizing and