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 331 to 340 of 846 total results
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 ...
https://dev.mysql.com/doc/refman/8.0/en/alter-event.html
ALTER [DEFINER = user] EVENT event_name [ON SCHEDULE schedule] [ON COMPLETION [NOT] PRESERVE] [RENAME TO new_event_name] [ENABLE | DISABLE | DISABLE ON SLAVE] [COMMENT 'string'] [DO event_body] The ALTER EVENT statement changes one or more of the ...
https://dev.mysql.com/doc/refman/8.0/en/alter-instance.html
Note When you reload the TLS context, OpenSSL reloads the file containing the CRL (certificate revocation list) as part of the process. ALTER INSTANCE instance_action instance_action: { | {ENABLE|DISABLE} INNODB REDO_LOG | ROTATE INNODB MASTER KEY ...
Displaying 331 to 340 of 846 total results