Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.3Kb
Man Pages (Zip) - 378.3Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 11 to 20 of 161 total results
https://dev.mysql.com/doc/refman/9.7/en/charset-introducer.html
A character string literal, hexadecimal literal, or bit-value literal may have an optional character set introducer and COLLATE clause, to designate it as a string that uses a particular character set and collation: [_charset_name] literal [COLLATE ...It tells the parser, “the string that follows uses character set charset_name.” An introducer does not change the string to the introducer character set like CONVERT() would ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-install-windows-binary.html
This archive has a filename of the mysql-cluster-gpl-ver-winarch.zip, where ver is the NDB storage engine version (such as 9.4.0), and arch is the architecture (32 for 32-bit binaries, and 64 for 64-bit binaries). For example, the NDB Cluster 9.4.0 ...You should also have the MySQL client (mysql.exe) on this ...
https://dev.mysql.com/doc/refman/9.7/en/encryption-functions.html
For SHA2(), N ranges from 28 to 32 depending on the argument specifying the desired bit length of the result. By default these functions implement AES with a 128-bit key length. Key lengths of 196 or 256 bits can be used, as described later. Its ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-install-linux-rpm.html
arch is i686 for 32-bit RPMs and x86_64 for 64-bit versions. The architecture should also be appropriate to the machine on which the RPM is to be installed; in particular, you should keep in mind that 64-bit RPMs (x86_64) cannot be used with 32-bit ... This section covers the steps necessary to install the correct executables for each type of NDB Cluster node using RPM packages supplied by ...
https://dev.mysql.com/doc/refman/9.7/en/charset-unicode-utf16.html
For a supplementary character, utf16 has a special sequence for representing the character using 32 bits. This is called the “surrogate” mechanism: For a number greater than 0xffff, take 10 bits and add them to 0xd800 and put them in the first ... The utf16 character set is the ucs2 character set with an extension that enables encoding of supplementary characters: For a BMP character, utf16 and ucs2 have identical storage characteristics: same code values, same encoding, same ...
https://dev.mysql.com/doc/refman/9.7/en/creating-ssl-files-using-openssl.html
An overview of available packages can be seen here: http://www.slproweb.com/products/Win32OpenSSL.html Choose the Win32 OpenSSL Light or Win64 OpenSSL Light package, depending on your architecture (32-bit or 64-bit). Modify this as necessary if you ... This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-parameters.html
The maximum value depends on the CPU architecture; the maximum is 4294967295 (232-1) on 32-bit systems and 18446744073709551615 (264-1) on 64-bit systems. On 32-bit systems, the CPU architecture and operating system may impose a lower practical ...
https://dev.mysql.com/doc/refman/9.7/en/mysqlbinlog.html
--server-id-bits=N Command-Line Format --server-id-bits=# Type Numeric Default Value 32 Minimum Value 7 Maximum Value 32 Use only the first N bits of the server_id to identify the server. If the binary log was written by a mysqld with server-id-bits ... The server's binary log consists of files containing “events” that describe modifications to database ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-data-arguments.html
The VECTOR, DECIMAL, NUMERIC, and BIT types are all supported in MySQL 9.7. BIT(M) BIT(M) <= JavaScript.MAX_SAFE_INTEGER: Number BIT(M) > JavaScript.MAX_SAFE_INTEGER: BigInt Conversion to or from a MySQL integer whose value lies outside the range ...
https://dev.mysql.com/doc/refman/9.7/en/storage-requirements.html
Although an individual BIT column is not 4-byte aligned, NDB reserves 4 bytes (32 bits) per row for the first 1-32 bits needed for BIT columns, then another 4 bytes for bits 33-64, and so on. InnoDB Table Storage Requirements NDB Table Storage ...
Displaying 11 to 20 of 161 total results