PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/data-masking-component-usage.html
Both functions support an input string that is encoded in any character set: mask_inner() masks the interior of its string argument, leaving the ends unmasked. Before using MySQL Enterprise Data Masking and De-Identification, install it according ...
https://dev.mysql.com/doc/refman/8.0/en/data-masking-components-vs-plugin.html
Enabling both components and the plugin is unsupported and results may not be as anticipated. Prior to 8.0.33, MySQL enabled masking and de-identification capabilities using a server-side plugin, but transitioned to use the component infrastructure ...
https://dev.mysql.com/doc/refman/8.0/en/data-masking-plugin-functions.html
If the term to replace appears in both dictionaries, it is possible for the return value to be the same term. Prior to MySQL 8.0.19, the functions treat string arguments as binary strings (which means they do not distinguish lettercase), and string ...
https://dev.mysql.com/doc/refman/8.0/en/data-masking.html
Various employee roles within both the card processing company and the financial institution require access to that data. Note MySQL Enterprise Data Masking and De-Identification is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.0/en/data-type-defaults.html
Literals, built-in functions (both deterministic and nondeterministic), and operators are permitted. Data type specifications can have explicit or implicit default values. A DEFAULT value clause in a data type specification explicitly indicates a ...
https://dev.mysql.com/doc/refman/8.0/en/database-use.html
It is available in both compressed tar file and Zip formats at https://dev.mysql.com/doc/. Once you know how to enter SQL statements, you are ready to access a database. Suppose that you have several pets in your home (your menagerie) and you would ...
https://dev.mysql.com/doc/refman/8.0/en/date-calculations.html
MySQL provides several functions that you can use to perform calculations on dates, for example, to calculate ages or extract parts of dates. To determine how many years old each of your pets is, use the TIMESTAMPDIFF() function. Its arguments are ...
https://dev.mysql.com/doc/refman/8.0/en/descending-indexes.html
Descending indexes are supported for ordinary (nongenerated) and generated columns (both VIRTUAL and STORED). MySQL supports descending indexes: DESC in an index definition is no longer ignored but causes storage of key values in descending order.
https://dev.mysql.com/doc/refman/8.0/en/disk-issues.html
This makes both the seek and read times better, assuming that the disk is not used for other purposes as well. This section describes ways to configure storage devices when you can devote more and faster storage hardware to the database server. For ...
https://dev.mysql.com/doc/refman/8.0/en/document-store.html
X Protocol supports both CRUD and SQL operations, authentication via SASL, allows streaming (pipelining) of commands and is extensible on the protocol and the message layer. This chapter introduces an alternative way of working with MySQL as a ...