Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.3Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 741 to 750 of 775 total results
https://dev.mysql.com/doc/refman/5.7/en/mysql-enterprise-security.html
MySQL Enterprise Edition includes a suite of masking and de-identification functions that perform subsetting, random generation, and dictionary replacement to de-identify strings, numerics, phone numbers, emails and more. MySQL Enterprise Edition ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-rsa-setup.html
--suffix=str Command-Line Format --suffix=str Type String The suffix for the Common Name attribute in X.509 certificates. This program creates the SSL certificate and key files and RSA key-pair files required to support secure connections using SSL ...
https://dev.mysql.com/doc/refman/5.7/en/MySQLInstallerConsole.html
For example, to show the console's help: MySQLInstallerConsole.exe --help =================== Start Initialization =================== MySQL Installer is running in Community mode Attempting to update manifest. --connection-validation-urls=url_list ... MySQLInstallerConsole.exe provides command-line functionality that is similar to MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/obtaining-loadable-function-information.html
Permitted values are 0 (STRING), 1 (REAL), 2 (INTEGER), 3 (ROW), or 4 (DECIMAL). The mysql.func system table shows which loadable functions have been registered using CREATE FUNCTION: SELECT * FROM mysql.func; The func table has these columns: name ...
https://dev.mysql.com/doc/refman/5.7/en/operator-precedence.html
With PIPES_AS_CONCAT enabled, || is string concatenation, with a precedence between ^ and the unary operators. Operator precedences are shown in the following list, from highest precedence to the lowest. Operators that are shown together on a line ...
https://dev.mysql.com/doc/refman/5.7/en/optimizing-queries-myisam.html
(However, even in this case, you should not lose anything by using DELAY_KEY_WRITE, because the key information can always be generated from the data rows.) Strings are automatically prefix- and end-space compressed in MyISAM indexes. Some general ...
https://dev.mysql.com/doc/refman/5.7/en/option-defaults-equals.html
Due to this behavior, problems can occasionally arise when no value is provided for an option that expects one. Consider the following example, where a user connects to a MySQL server running on host tonfisk as user jon: $> mysql --host 85.224.35.45 ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-columns-list.html
This is a variant of LIST partitioning that enables the use of multiple columns as partition keys, and for columns of data types other than integer types to be used as partitioning columns; you can use string types, DATE, and DATETIME columns. In ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-columns.html
The next two sections discuss COLUMNS partitioning, which are variants on RANGE and LIST partitioning. COLUMNS partitioning enables the use of multiple columns in partitioning keys. All of these columns are taken into account both for the purpose ...
https://dev.mysql.com/doc/refman/5.7/en/password-hashing.html
The Original (Pre-4.1) Hashing Method The original hashing method produced a 16-byte string. Note The information in this section applies fully only before MySQL 5.7.5, and only for accounts that use the mysql_native_password or mysql_old_password ...
Displaying 741 to 750 of 775 total results