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 641 to 650 of 775 total results
https://dev.mysql.com/doc/refman/5.7/en/error-interfaces.html
Error messages can originate on the server side or the client side, and each error message includes an error code, SQLSTATE value, and message string, as described in Section B.1, “Error Message Sources and Elements”. For error checking from ...
https://dev.mysql.com/doc/refman/5.7/en/keyring-options.html
MySQL supports the following keyring-related command-line options: --keyring-migration-destination=plugin Command-Line Format --keyring-migration-destination=plugin_name Introduced 5.7.21 Type String The destination keyring plugin for key migration. --keyring-migration-host=host_name Command-Line Format --keyring-migration-host=host_name Introduced 5.7.21 Type String Default Value localhost The host location of the running server that is currently using one of the key migration ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-secure-installation.html
--defaults-group-suffix=str Command-Line Format --defaults-group-suffix=str Type String Read not only the usual option groups, but also groups with the usual names and a suffix of str. --password=password, -p password Command-Line Format ... This ...
https://dev.mysql.com/doc/refman/5.7/en/adding-character-set.html
The proper procedure depends on whether the character set is simple or complex: If the character set does not need special string collating routines for sorting and does not need multibyte character support, it is simple. For a complex character ...
https://dev.mysql.com/doc/refman/5.7/en/adding-collation.html
A collation is a set of rules that defines how to compare and sort character strings. The WEIGHT_STRING() function can be used to see the weights for the characters in a string. The value that it returns to indicate weights is a binary string, so ...Every character set has at least one collation, and most have two or more ...
https://dev.mysql.com/doc/refman/5.7/en/charset-general.html
Suppose that we want to compare two string values, A and B. MySQL can do these things for you: Store strings using a variety of character sets. Mix strings with different character sets or collations in the same server, the same database, or even ...
https://dev.mysql.com/doc/refman/5.7/en/internal-temporary-tables.html
This includes user-defined variables having a string value because they are treated as BLOB or TEXT columns, depending on whether their value is a binary or nonbinary string, respectively. Presence of any string column with a maximum length larger ... In some cases, the server creates internal temporary tables while processing ...
https://dev.mysql.com/doc/refman/5.7/en/key-space.html
If the first index part is a string, it is also prefix compressed. Space compression makes the index file smaller than the worst-case figure if a string column has a lot of trailing space or is a VARCHAR column that is not always used to the full ...
https://dev.mysql.com/doc/refman/5.7/en/loadable-function-reference.html
The following table lists each function that is loadable at runtime and provides a short description of each one. For a table listing built-in functions and operators, see Section 12.1, “Built-In Function and Operator Reference” For general ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-install-db.html
--admin-auth-plugin=plugin_name Command-Line Format --admin-auth-plugin=plugin_name Type String The authentication plugin to use for the administrative account. --admin-host=host_name Command-Line Format --admin-host=host_name Type String The host ... Note mysql_install_db is deprecated as of MySQL 5.7.6 because its functionality has been integrated into mysqld, the MySQL ...
Displaying 641 to 650 of 775 total results