PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/keyring.html
This service is accessible at two levels: SQL interface: In SQL statements, call the functions described in Section 6.4.4.8, “General-Purpose Keyring Key-Management Functions”. C interface: In C-language code, call the keyring service functions ... MySQL Server supports a keyring that enables internal server components and plugins to securely store sensitive information for later ...
https://dev.mysql.com/doc/refman/5.7/en/libmysqld.html
To change a threaded application to use the embedded library, you normally only have to add calls to the following functions. Table 27.2 MySQL Embedded Server Library Functions Function When to Call mysql_library_init() Call it before any other ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-setup-objects-table.html
The value is one of 'EVENT' (Event Scheduler event), 'FUNCTION' (stored function), 'PROCEDURE' (stored procedure), 'TABLE' (base table), or 'TRIGGER' (trigger). The setup_objects table controls whether the Performance Schema monitors particular ...
https://dev.mysql.com/doc/refman/5.7/en/replication-features-invoked.html
Replication of invoked features such as loadable functions and stored programs (stored procedures and functions, triggers, and events) provides the following characteristics: The effects of the feature are always replicated. The following ...Note ...
https://dev.mysql.com/doc/refman/5.7/en/rewriter-query-rewrite-plugin-reference.html
5.5.4.3.2 Rewriter Query Rewrite Plugin Procedures and Functions Rewriter plugin operation uses a stored procedure that loads the rules table into its in-memory cache, and a helper loadable function. The function is intended to be invoked by the ...
https://dev.mysql.com/doc/refman/5.7/en/show-procedure-status.html
A similar statement, SHOW FUNCTION STATUS, displays information about stored functions (see Section 13.7.5.20, “SHOW FUNCTION STATUS Statement”). The LIKE clause, if present, indicates which procedure or function names to match. row ... SHOW ...
https://dev.mysql.com/doc/refman/5.7/en/validate-password.html
This applies to the ALTER USER, CREATE USER, GRANT, and SET PASSWORD statements, and passwords given as arguments to the PASSWORD() function. validate_password implements a VALIDATE_PASSWORD_STRENGTH() SQL function that assesses the strength of ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-commands.html
If you provide an argument to the help command, mysql uses it as a search string to access server-side help from the contents of the MySQL Reference Manual. delimiter str, \d str Change the string that mysql interprets as the separator between SQL ... mysql sends each SQL statement that you issue to the server to be ...
https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-sets.html
A combined character is considered different from the same character written with a single unicode character in string comparisons, and the two characters are considered to have a different length (for example, as returned by the CHAR_LENGTH() ...
https://dev.mysql.com/doc/refman/5.7/en/enterprise-encryption-usage.html
To use MySQL Enterprise Encryption in applications, invoke the functions that are appropriate for the operations you wish to perform. SET @ciphertext = asymmetric_encrypt(@algo, 'My secret text', @pub); SET @plaintext = asymmetric_decrypt(@algo, ...