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/charset-binary-set.html
The binary character set is the character set for binary strings, which are sequences of bytes. For the binary character set, the concepts of lettercase and accent equivalence do not apply: For single-byte characters stored as binary strings, ...
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/group-replication-system-variables.html
group_replication_force_members Command-Line Format --group-replication-force-members=value Introduced 5.7.17 System Variable group_replication_force_members Scope Global Dynamic Yes Type String A list of peer addresses as a comma separated list ...
https://dev.mysql.com/doc/refman/5.7/en/windows-pluggable-authentication.html
Authentication string syntax for the Windows authentication plugin follows these rules: The string consists of one or more user mappings separated by commas. Thus, these statements are equivalent: CREATE USER sql_admin IDENTIFIED WITH ... Note ...
https://dev.mysql.com/doc/refman/5.7/en/binary-varbinary.html
The BINARY and VARBINARY types are similar to CHAR and VARCHAR, except that they store binary strings rather than nonbinary strings. For the latter types, the BINARY attribute does not cause the column to be treated as a binary string column. This ...
https://dev.mysql.com/doc/refman/5.7/en/connection-options.html
--host=host_name, -h host_name Command-Line Format --host=host_name Type String Default Value localhost The host on which the MySQL server is running. --password[=pass_val], -p[pass_val] Command-Line Format --password[=password] Type String Default ... This section describes options supported by most MySQL client programs that control how client programs establish connections to the server and whether connections are ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-config-example.html
You may also use a separate [mysql_cluster] section in the cluster my.cnf file for settings to be read and used by all executables: # cluster-specific settings [mysql_cluster] ndb-connectstring=ndb_mgmd.mysql.com:1186 For additional NDB variables ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlbinlog-row-events.html
Character set information is not available in the binary log, which affects string column display: There is no distinction made between corresponding binary and nonbinary string types (BINARY and CHAR, VARBINARY and VARCHAR, BLOB and TEXT). The ...
https://dev.mysql.com/doc/refman/5.7/en/dynamic-format.html
Dynamic-format tables have these characteristics: All string columns are dynamic except those with a length less than four. Each row is preceded by a bitmap that indicates which columns contain the empty string (for string columns) or zero (for ...
https://dev.mysql.com/doc/refman/5.7/en/federated-create-server.html
If you are creating a number of FEDERATED tables on the same server, or if you want to simplify the process of creating FEDERATED tables, you can use the CREATE SERVER statement to define the server connection parameters, just as you would with the ...If you specify only the connection name without a table name, the table name of the local table is used ...