PDF (US Ltr)
- 35.0Mb
PDF (A4)
- 35.1Mb
Man Pages (TGZ)
- 254.9Kb
Man Pages (Zip)
- 359.9Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html
daemon_memcached_option Command-Line Format --daemon-memcached-option=options System Variable daemon_memcached_option Scope Global Dynamic No Type String Default Value Used to pass space-separated memcached options to the underlying memcached memory ... System variables that are true or false can be enabled at server startup by naming them, or disabled by using a --skip- ...
https://dev.mysql.com/doc/refman/5.7/en/select.html
} export_options: [{FIELDS | COLUMNS} [TERMINATED BY 'string'] [[OPTIONALLY] ENCLOSED BY 'char'] [ESCAPED BY 'char'] ] [LINES [STARTING BY 'string'] [TERMINATED BY 'string'] ] SELECT is used to retrieve rows selected from one or more tables, and can ... SELECT [ALL | DISTINCT | DISTINCTROW ] [HIGH_PRIORITY] [STRAIGHT_JOIN] [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT] [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS] select_expr [, select_expr] ...
https://dev.mysql.com/doc/refman/5.7/en/create-table-generated-columns.html
Generated column definitions have this syntax: col_name data_type [GENERATED ALWAYS] AS (expr) [VIRTUAL | STORED] [NOT NULL | NULL] [UNIQUE [KEY]] [[PRIMARY] KEY] [COMMENT 'string'] AS (expr) indicates that the column is generated and defines the ...
https://dev.mysql.com/doc/refman/5.7/en/using-date.html
To be on the safe side, assume that strings are compared as strings and use the appropriate string functions if you want to compare a temporal value to a string. MySQL also permits a “relaxed” string format when updating and in a WHERE clause ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-move-data.html
--character-sets-dir=name Command-Line Format --character-sets-dir=path Type String Default Value [none] Directory where character sets are. --connect-string Command-Line Format --connect-string=connection_string Type String Default Value [none] ...
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/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 ...