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 1101 to 1110 of 1444 total results
https://dev.mysql.com/doc/refman/5.7/en/binary-installation.html
Alternatively, you can prefix each command using the sudo (Linux) or pfexec (Solaris) command. These include generic binary distributions in the form of compressed tar files (files with a .tar.gz extension) for a number of platforms, and binaries in ...
https://dev.mysql.com/doc/refman/5.7/en/binary-log-formats.html
In row-based logging, the source writes events to the binary log that indicate how individual table rows are affected. It is important therefore that tables always use a primary key to ensure rows can be efficiently identified. The server uses ...
https://dev.mysql.com/doc/refman/5.7/en/binlog-replication-configuration-overview.html
If required, you can configure the replica to process only events that apply to particular databases or tables. The details are stored within the replica's connection metadata repository, which can be either a file or a table (see Section 16.2.4, ...
https://dev.mysql.com/doc/refman/5.7/en/caching-sha2-pluggable-authentication.html
The following table shows the plugin name on the client side. Note It is possible to compile MySQL using yaSSL as an alternative to OpenSSL only prior to MySQL 5.7.28. On the other hand, requesting the public key from the server is more convenient ... MySQL provides two authentication plugins that implement SHA-256 hashing for user account passwords: sha256_password: Implements basic SHA-256 ...
https://dev.mysql.com/doc/refman/5.7/en/changing-mysql-user.html
Another alternative is to start mysqld as the Unix root user and use the --user=user_name option. For example: [mysqld] user=user_name If your Unix machine itself is not secured, you should assign passwords to the MySQL root account in the grant ...
https://dev.mysql.com/doc/refman/5.7/en/channels-startup-options.html
This section describes startup options which are impacted by the addition of replication channels. The following startup settings must be configured correctly to use multi-source replication. If this variable is set to FILE, attempting to add more ...
https://dev.mysql.com/doc/refman/5.7/en/charset-compatibility.html
For MaxDB compatibility these two statements are the same: CREATE TABLE t1 (f1 CHAR(N) UNICODE); CREATE TABLE t1 (f1 CHAR(N) CHARACTER SET ucs2); .
https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-utf8mb3.html
The utf8mb3 character set has these characteristics: Supports BMP characters only (no support for supplementary characters) Requires a maximum of three bytes per multibyte character. Applications that use UTF-8 data but require supplementary ...
https://dev.mysql.com/doc/refman/5.7/en/checking-gpg-signature-windows.html
The signature file must have the same name as the packaged file but with an appended .asc extension, as shown by the example in the following table. Table 2.2 MySQL Package and Signature Files for MySQL Installer for Microsoft Windows File Type File ... The Section 2.1.4.2, “Signature Checking Using GnuPG” section describes how to verify MySQL downloads using ...
https://dev.mysql.com/doc/refman/5.7/en/checking-gpg-signature.html
GnuPG is an Open Source alternative to the well-known Pretty Good Privacy (PGP) by Phil Zimmermann. Alternatively, you can copy and paste the key directly from the text below. The signature file has the same name as the distribution file with an ...
Displaying 1101 to 1110 of 1444 total results