https://dev.mysql.com/data-masking.html
Note MySQL Enterprise Data Masking and De-Identification is an extension included in MySQL Enterprise Edition, a commercial product. As of MySQL 8.0.13, MySQL Enterprise Edition provides data masking and de-identification capabilities: ...
https://dev.mysql.com/data-types.html
MySQL supports a number of SQL data types in several categories: numeric types, date and time types, string (character and byte) types, spatial types, and the JSON data type. fsp applies to the TIME, DATETIME, and TIMESTAMP types and represents ...
https://dev.mysql.com/docker-mysql-getting-started.html
Warning The MySQL Docker images maintained by the MySQL team are built specifically for Linux platforms. Other platforms are not supported, and users using these MySQL Docker images on them are doing so at their own risk. See the discussion here ...
https://dev.mysql.com/entering-queries.html
Here is a simple query that asks the server to tell you its version number and the current date. The following queries are equivalent: mysql> SELECT VERSION(), CURRENT_DATE; mysql> select version(), current_date; mysql> SeLeCt vErSiOn(), ... Make ...
https://dev.mysql.com/event-scheduler.html
If you are upgrading to MySQL 8.0 from an earlier version, be sure to perform the upgrade procedure to make sure that your system database is up to date. The MySQL Event Scheduler manages the scheduling and execution of events, that is, tasks that ...
https://dev.mysql.com/events-overview.html
When you create an event, you are creating a named database object containing one or more SQL statements to be executed at one or more regular intervals, beginning and ending at a specific date and time. MySQL Events are tasks that run according to ...
https://dev.mysql.com/explain-output.html
No matching rows after partition pruning (JSON property: message) For DELETE or UPDATE, the optimizer found nothing to delete or update after partition pruning. The index map value N is a bitmask value that indicates which indexes are candidates.
https://dev.mysql.com/features.html
Data Types Many data types: signed/unsigned integers 1, 2, 3, 4, and 8 bytes long, FLOAT, DOUBLE, CHAR, VARCHAR, BINARY, VARBINARY, TEXT, BLOB, DATE, TIME, DATETIME, TIMESTAMP, YEAR, SET, ENUM, and OpenGIS spatial types. Support for DELETE, INSERT, ... This section describes some of the important characteristics of the MySQL Database ...
https://dev.mysql.com/freebsd-installation.html
If you get problems with the current date in MySQL, setting the TZ variable should help. This section provides information about installing MySQL on variants of FreeBSD Unix. You can install MySQL on FreeBSD by using the binary distribution ...
https://dev.mysql.com/group-replication-cloning.html
Using a remote cloning operation in the event of a large transaction gap lets you add new members to the group without transferring the group's data to the server manually beforehand, and also enables a member that is very out of date to catch up ...