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/mysql-cluster-params-ndbd.html
Note that string '/BACKUP' is always appended to this setting, so that *effective* default is FileSystemPath/BACKUP. StringMemory: Default size of string memory (0 to 100 = % of maximum, 101+ = actual bytes). Default is empty string; see ... The ...
https://dev.mysql.com/doc/refman/5.7/en/create-server.html
Character literals are UTF-8, support a maximum length of 64 characters and default to a blank (empty) string. CREATE SERVER server_name FOREIGN DATA WRAPPER wrapper_name OPTIONS (option [, option] ...) option: { HOST character-literal | DATABASE ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-added-deprecated-removed-7-5.html
Parameters Introduced in NDB 7.5 The following node configuration parameters have been added in NDB 7.5. Parameters Deprecated in NDB 7.5 The following node configuration parameters have been deprecated in NDB 7.5. Parameters Removed in NDB 7.5 The ...
https://dev.mysql.com/doc/refman/5.7/en/my-print-defaults.html
my_print_defaults displays the options that are present in option groups of option files. The output indicates what options are used by programs that read the specified option groups. For example, the mysqlcheck program reads the [mysqlcheck] and ...
https://dev.mysql.com/doc/refman/5.7/en/option-files.html
The rules for escape sequences in option files differ slightly from the rules for escape sequences in string literals in SQL statements. Most MySQL programs can read startup options from option files (sometimes called configuration files). Option ...
https://dev.mysql.com/doc/refman/5.7/en/begin-end.html
Use of multiple statements requires that a client is able to send statement strings containing the ; statement delimiter. END syntax is used for writing compound statements, which can appear within stored programs (stored procedures and functions, ...
https://dev.mysql.com/doc/refman/5.7/en/connection-access.html
The client supplies the credentials specified in the row (for example, a password), as indicated by the authentication_string column. The authentication method implemented by the plugin that authenticates the client may or may not use the password ... When you attempt to connect to a MySQL server, the server accepts or rejects the connection based on these conditions: Your identity and whether you can verify it by supplying the proper ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-status-variables.html
If the group is operating in multi-primary mode, shows an empty string. MySQL 5.7 supports one status variable providing information about Group Replication. This variable is described here: group_replication_primary_member Shows the primary ...
https://dev.mysql.com/doc/refman/5.7/en/information-schema-optimizer-trace-table.html
MISSING_BYTES_BEYOND_MAX_MEM_SIZE Each remembered trace is a string that is extended as optimization progresses and appends data to it. The OPTIMIZER_TRACE table provides information produced by the optimizer tracing capability for traced ...
https://dev.mysql.com/doc/refman/5.7/en/innodb-init-startup-configuration.html
(The MySQL server changes its current working directory to the data directory when it begins executing.) If you specify innodb_data_home_dir as an empty string, you can specify absolute paths for data files listed in the innodb_data_file_path value.