PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html
If the server automatically enables encrypted connection support, it writes a note to the error log. Note Host name identity verification with VERIFY_IDENTITY does not work with self-signed certificates that are created automatically by the server ... Several configuration parameters are available to indicate whether to use encrypted connections, and to specify the appropriate certificate and key ...
https://dev.mysql.com/doc/refman/8.0/en/validate-password.html
Note In MySQL 8.0, the validate_password plugin was reimplemented as the validate_password component. Note For statements that assign or modify account passwords (ALTER USER, CREATE USER, and SET PASSWORD), the validate_password capabilities ... The ...
https://dev.mysql.com/doc/refman/8.0/en/version-tokens-usage.html
Note Each client must cooperate with Version Tokens by sending only statements in accordance with the token list that it registers with a given server. Note Version Tokens locking functions are based on the locking service described at Section ...
https://dev.mysql.com/doc/refman/8.0/en/windows-server-first-start.html
Note The database must be initialized before MySQL can be started. Note The initial root account in the MySQL grant tables has no password. This section gives a general overview of starting the MySQL server. The following sections provide more ...
https://dev.mysql.com/doc/refman/8.0/en/windows-start-command-line.html
You can stop the MySQL server by executing this command: C:\> "C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqladmin" -u root shutdown Note If the MySQL root user account has a password, you need to invoke mysqladmin with the -p option and supply ... The MySQL server can be started manually from the command ...
https://dev.mysql.com/doc/refman/8.0/en/x-plugin-connection-compression.html
Note Different MySQL clients implement support for connection compression differently; consult your client documentation for details. Note Some clients or Connectors might not support a given compression-control feature. From MySQL 8.0.19, X Plugin ...
https://dev.mysql.com/doc/refman/8.0/en/xa-restrictions.html
Note that the initial part of the transaction, identified by XA_prepare_log_event, is not necessarily followed by its XA COMMIT or XA ROLLBACK, which can cause interleaved binary logging of any two XA transactions. Note that if an unexpected halt ...
https://dev.mysql.com/doc/refman/8.0/en/zlib-decompress.html
Note zlib_decompress is deprecated as of MySQL 8.0.34; expect it to be removed in a future version of MySQL. Note If MySQL was configured with the -DWITH_ZLIB=system option, zlib_decompress is not built. The zlib_decompress utility decompresses ...
https://dev.mysql.com/doc/refman/8.0/en/account-categories.html
Note Unlike withholding the SYSTEM_USER privilege, which prevents an account from modifying system accounts but not regular accounts, withholding mysql schema privileges prevents an account from modifying system accounts as well as regular accounts.
https://dev.mysql.com/doc/refman/8.0/en/adding-collation.html
Note If you modify an existing user-defined collation, that may affect the ordering of rows for indexes on columns that use the collation. Warning User-defined collations are deprecated; you should expect support for them to be removed in a future ...