Search

Download this Manual
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


Displaying 241 to 250 of 775 total results
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-timing.html
The rows that do not contain NULL indicate which timers you can use in setup_timers. The timers in setup_timers that you can use are those that do not have NULL in the other columns. If the values associated with a given timer name are NULL, that ...
https://dev.mysql.com/doc/refman/5.7/en/replication-options-replica.html
--replicate-do-db=db_name Command-Line Format --replicate-do-db=name Type String Creates a replication filter using the name of a database. --replicate-ignore-db=db_name Command-Line Format --replicate-ignore-db=name Type String Creates a ... This ...
https://dev.mysql.com/doc/refman/5.7/en/create-user.html
The plugin name can be a quoted string literal or an unquoted name. An 'auth_string' value specifies account credentials, either as a cleartext (unencrypted) string or hashed in the format expected by the authentication plugin associated with the ...
https://dev.mysql.com/doc/refman/5.7/en/account-names.html
Quotes must be used if a user_name string contains special characters (such as space or -), or a host_name string contains special characters or wildcard characters (such as . Quote user names and host names as identifiers or as strings, using ...
https://dev.mysql.com/doc/refman/5.7/en/firewall-reference.html
Arguments: user: The name of the affected account profile, as a string in user_name@host_name format. Arguments: user: The name of the affected account profile, as a string in user_name@host_name format. When enabled, the firewall bases operational ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-system-variables.html
keyring_aws_cmk_id Command-Line Format --keyring-aws-cmk-id=value Introduced 5.7.19 System Variable keyring_aws_cmk_id Scope Global Dynamic Yes Type String The customer master key (CMK) ID obtained from the AWS KMS server and used by the keyring_aws ...These variables are unavailable unless the appropriate keyring plugin is installed (see Section 6.4.4.1, “Keyring Plugin ...
https://dev.mysql.com/doc/refman/5.7/en/constraint-enum.html
The value cannot be the error value (that is, 0 or the empty string). A SET value must be the empty string or a value consisting only of the values listed in the column definition separated by commas. For SET, the value is inserted as given except ... ENUM and SET columns provide an efficient way to define columns that can contain only a given set of ...
https://dev.mysql.com/doc/refman/5.7/en/firewall-usage.html
To name an account for firewall operations, specify it as a single quoted string ('user_name@host_name'). The requirement for naming accounts as a single quoted string for firewall operations means that you cannot use accounts that have embedded @ ... Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 6.4.6.2, “Installing or Uninstalling MySQL Enterprise ...
https://dev.mysql.com/doc/refman/5.7/en/change-replication-filter.html
Values used with REPLICATION_WILD_TABLE and REPLICATION_WILD_IGNORE_TABLE are string expressions, possibly containing (special) wildcard characters, and so must be quoted. Filters set using this statement differ from those set using the server ...
https://dev.mysql.com/doc/refman/5.7/en/declare-handler.html
SQLSTATE [VALUE] sqlstate_value: A 5-character string literal indicating an SQLSTATE value, such as '42S01' to specify “unknown table”: DECLARE CONTINUE HANDLER FOR SQLSTATE '42S02' BEGIN -- body of handler END; Do not use SQLSTATE values that ...statement handler_action: { CONTINUE | EXIT | UNDO } condition_value: { mysql_error_code | SQLSTATE [VALUE] sqlstate_value | condition_name | SQLWARNING | NOT FOUND | SQLEXCEPTION } The DECLARE ...
Displaying 241 to 250 of 775 total results