Search

Download this Manual
PDF (US Ltr) - 41.9Mb
PDF (A4) - 42.0Mb
Man Pages (TGZ) - 272.3Kb
Man Pages (Zip) - 378.3Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 311 to 320 of 585 total results
https://dev.mysql.com/doc/refman/9.7/en/data-masking-components-vs-plugin.html
Enabling both components and the plugin is unsupported and results may not be as anticipated. Previously, MySQL enabled masking and de-identification capabilities using a server-side plugin, but transitioned to use the component infrastructure as ...
https://dev.mysql.com/doc/refman/9.7/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. The MySQL Enterprise Data Masking plugin library includes several functions, which may be grouped into these categories: Data Masking ...
https://dev.mysql.com/doc/refman/9.7/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 is an extension included in MySQL Enterprise Edition, a commercial product. Note This ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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/9.7/en/derived-condition-pushdown-optimization.html
This includes WHERE conditions having multiple predicates joined with AND, OR, or both. When a derived table cannot be merged into the outer query (for example, if the derived table uses aggregation), pushing the outer WHERE condition down to the ...
https://dev.mysql.com/doc/refman/9.7/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/9.7/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/9.7/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 ...
Displaying 311 to 320 of 585 total results