PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/audit-log-file-reading.html
The audit log plugin supports functions that provide an SQL interface for reading JSON-format audit log files. The result is a sequence of files that are subject to access using the log-reading functions: audit_log_read() reads events from the ...
https://dev.mysql.com/doc/refman/5.7/en/audit-log-installation.html
To remove it, execute the following statements: DROP TABLE IF EXISTS mysql.audit_log_user; DROP TABLE IF EXISTS mysql.audit_log_filter; UNINSTALL PLUGIN audit_log; DROP FUNCTION audit_log_filter_set_filter; DROP FUNCTION ... This section describes ...
https://dev.mysql.com/doc/refman/5.7/en/audit-log-logging-configuration.html
To set or get an encryption password at runtime, use these audit log functions: To set the current encryption password, invoke audit_log_encryption_password_set(). For additional information about audit log encryption functions, see Audit Log ...
https://dev.mysql.com/doc/refman/5.7/en/create-table-generated-columns.html
A function is deterministic if, given the same data in tables, multiple invocations produce the same result, independently of the connected user. Examples of functions that are nondeterministic and fail this definition: CONNECTION_ID(), ...Values of ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-types.html
The function may consist of any expression valid in MySQL that yields an integer value. This type of partitioning is similar to partitioning by HASH, except that only one or more columns to be evaluated are supplied, and the MySQL server provides ...
https://dev.mysql.com/doc/refman/5.7/en/privileges-provided.html
ALTER ROUTINE Enables use of statements that alter or drop stored routines (stored procedures and functions). CREATE ROUTINE Enables use of statements that create stored routines (stored procedures and functions). EXECUTE Enables use of statements ... The privileges granted to a MySQL account determine which operations the account can ...
https://dev.mysql.com/doc/refman/5.7/en/replication-sbr-rbr.html
Examples of such Data Modification Language (DML) statements include the following: A statement that depends on a loadable function or stored program that is nondeterministic, since the value returned by such a function or stored program depends on ...For most users, the mixed replication format should provide the best combination of data integrity and ...
https://dev.mysql.com/doc/refman/5.7/en/faqs-mysql-cluster.html
The logical or functional elements of a cluster are referred to as nodes, and a computer housing a cluster node is sometimes referred to as a cluster host. Data node functionality is handled by instances of the NDB data node process ndbd. In ... In ...
https://dev.mysql.com/doc/refman/5.7/en/features.html
Implements SQL functions using a highly optimized class library that should be as fast as possible. Statements and Functions Full operator and function support in the SELECT list and WHERE clause of queries. Support for group functions (COUNT(), ...
https://dev.mysql.com/doc/refman/5.7/en/keywords.html
This may also be true for the names of built-in functions. However, by default, no whitespace is permitted in function invocations between the function name and the following ( character. This requirement enables the parser to distinguish whether ...