Search

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


Displaying 751 to 760 of 774 total results
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-statement-tables.html
This may be helpful for purposes such as identifying clients that are misconfigured or using a version of MySQL more recent than that of the server, or clients that are attempting to attack the server. Statement events occur at a high level of the ...
https://dev.mysql.com/doc/refman/5.7/en/populating-spatial-columns.html
In a C program, you can escape a binary value using mysql_real_escape_string_quote() and include the result in a query string that is sent to the server. After you have created spatial columns, you can populate them with spatial data. Values should ...
https://dev.mysql.com/doc/refman/5.7/en/precision-math-decimal-characteristics.html
For a full explanation of the internal format of DECIMAL values, see the file strings/decimal.c in a MySQL source distribution. This section discusses the characteristics of the DECIMAL data type (and its synonyms), with particular regard to the ...
https://dev.mysql.com/doc/refman/5.7/en/replication-options.html
System Variable server_uuid Scope Global Dynamic No Type String When starting, the MySQL server automatically obtains a UUID as follows: Attempt to read and use the UUID written in the file data_dir/auto.cnf (where data_dir is the server's data ...
https://dev.mysql.com/doc/refman/5.7/en/replication-rbr-usage.html
This statement displays an event as a base 64-encoded string, the meaning of which is not evident. MySQL uses statement-based logging (SBL), row-based logging (RBL) or mixed-format logging. The type of binary log used impacts the size and ...
https://dev.mysql.com/doc/refman/5.7/en/replication-setup-replicas.html
For a full list of options, and information about the maximum permissible length for the string-valued options, see Section 13.4.2.1, “CHANGE MASTER TO Statement”. Before you proceed, ensure that you have: Configured the source with the ...
https://dev.mysql.com/doc/refman/5.7/en/set-character-set.html
SET {CHARACTER SET | CHARSET} {'charset_name' | DEFAULT} This statement maps all strings sent between the server and the current client with the given mapping. Attempting to use them with SET CHARACTER SET produces an error. SET CHARACTER SET sets ...
https://dev.mysql.com/doc/refman/5.7/en/show-collation.html
Sortlen This is related to the amount of memory required to sort strings expressed in the character set. SHOW COLLATION [LIKE 'pattern' | WHERE expr] This statement lists collations supported by the server. By default, the output from SHOW ...
https://dev.mysql.com/doc/refman/5.7/en/show.html
SHOW has many forms that provide information about databases, tables, columns, or status information about the server. The pattern is useful for restricting statement output to matching values. Several SHOW statements also accept a WHERE clause ...
https://dev.mysql.com/doc/refman/5.7/en/socket-pluggable-authentication.html
If the names do not match, the plugin checks whether the socket user name matches the name specified in the authentication_string column of the mysql.user system table row. The authentication_string value can be specified using an IDENTIFIED ...AS ... The server-side auth_socket authentication plugin authenticates clients that connect from the local host through the Unix socket ...
Displaying 751 to 760 of 774 total results