Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 111 to 120 of 846 total results
https://dev.mysql.com/doc/refman/8.0/en/string-literals.html
(For more information, see Section 12.8.5, “The binary Collation Compared to _bin Collations”.) Note Within the mysql client, binary strings display using hexadecimal notation, depending on the value of the --binary-as-hex. A string is a ...
https://dev.mysql.com/doc/refman/8.0/en/upgrading-what-is-upgraded.html
Note Because the server upgrades the Performance Schema, INFORMATION_SCHEMA, and the objects described in step 2 as of MySQL 8.0.16, mysql_upgrade is unneeded and is deprecated as of that version; expect it to be removed in a future version of MySQL. Note that following an upgrade with this option, Group Replication cannot be started, because system tables on which the replication internals depend are not updated, and reduced functionality might also be apparent in other ... Installing a new version of ...
https://dev.mysql.com/doc/refman/8.0/en/windows-installation.html
Note Unlike the standard MySQL Installer, the smaller web-community version does not bundle any MySQL applications, but downloads only the MySQL products you choose to install. Note If you installed MySQL Workbench on your system, consider using it ... Important MySQL 8.0 Server requires the Microsoft Visual C++ 2019 Redistributable Package to run on Windows ...
https://dev.mysql.com/doc/refman/8.0/en/windows-upgrading.html
Note Whichever approach you choose, always back up your current MySQL installation before performing an upgrade. Note MySQL Installer does not support upgrades between Community releases and Commercial releases. Note MySQL Installer deselects the ...
https://dev.mysql.com/doc/refman/8.0/en/alter-user.html
Note Clauses for random password generation, password verification, and secondary passwords apply only to accounts that use an authentication plugin that stores credentials internally to MySQL. Note Except for the options that pertain to ... ALTER ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-installation.html
Note If installed, the audit_log plugin involves some minimal overhead even when disabled. $> mysql -u root -p -D database-name < audit_log_filter_linux_install.sql Enter password: (enter root password here) Note Some MySQL versions have introduced ... This section describes how to install or uninstall MySQL Enterprise Audit, which is implemented using the audit log plugin and related elements described in Section 8.4.5.1, “Elements of MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.0/en/binary-installation.html
$> groupadd mysql $> useradd -r -g mysql -s /bin/false mysql Note Because the user is required only for ownership purposes, not login purposes, the useradd command uses the -r and -s /bin/false options to create a user that does not have login ...
https://dev.mysql.com/doc/refman/8.0/en/charset-connection.html
Note Some character sets cannot be used as the client character set. Note Some character sets cannot be used as the client character set. Note Some character sets cannot be used as the client character set. A “connection” is what a client ...
https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-conversion.html
Note This discussion focuses primarily on converting between utf8mb3 and utf8mb4, but similar principles apply to converting between the ucs2 character set and character sets such as utf16 or utf32. Note This discussion refers to the utf8mb3 and ...
https://dev.mysql.com/doc/refman/8.0/en/connecting-using-uri-or-key-value-pairs.html
Note The term “URI-like” signifies connection-string syntax that is similar to but not identical to the URI (uniform resource identifier) syntax defined by RFC 3986. Note that different MySQL clients implement their support for connection ...
Displaying 111 to 120 of 846 total results