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
Search Results
https://dev.mysql.com/doc/refman/8.0/en/keyring-options.html
Note --keyring-migration-source and --keyring-migration-destination are mandatory for all keyring migration operations. Note --keyring-migration-source and --keyring-migration-destination are mandatory for all keyring migration operations. MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-plugin-installation.html
Note Only one keyring component or plugin should be enabled at a time. Keyring service consumers require that a keyring component or plugin be installed: To use a keyring plugin, begin with the instructions here. (Also, for general information ...
https://dev.mysql.com/doc/refman/8.0/en/lock-order-tool.html
Note With the WITH_LOCK_ORDER option enabled, MySQL builds require the flex program. Note In general, it is intended that the LOCK_ORDER tool be configured by executing mysql-test-run.pl with the --lock-order option, and for mysql-test-run.pl to set ... The MySQL server is a multithreaded application that uses numerous internal locking and lock-related primitives, such as mutexes, rwlocks (including prlocks and sxlocks), conditions, and ...
https://dev.mysql.com/doc/refman/8.0/en/lz4-decompress.html
Note lz4_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_LZ4=system option, lz4_decompress is not built. The lz4_decompress utility decompresses ...
https://dev.mysql.com/doc/refman/8.0/en/macos-installation-launchd.html
$> cd /Library/LaunchDaemons $> sudo launchctl load -F com.oracle.oss.mysql.mysqld.plist To configure MySQL to automatically start at bootup, you can: $> sudo launchctl load -w com.oracle.oss.mysql.mysqld.plist Note When upgrading MySQL server, the ... macOS uses launch daemons to automatically start, stop, and manage processes and applications such as ...
https://dev.mysql.com/doc/refman/8.0/en/making-windows-dumps.html
Note The PDB files are available in a separate file labeled "ZIP Archive Debug Binaries & Test Suite". For example: windbg.exe -i "C:\mysql-8.0.43-winx64\bin\"^ -z "C:\mysql-8.0.43-winx64\data\mysqld.dmp"^ -srcpath ... Program Database files (with ...
https://dev.mysql.com/doc/refman/8.0/en/manual-info.html
Differences between minor versions of MySQL 8.0 are noted in the present text with reference to release numbers (8.0.x). Note When you enter a command or statement shown in an example, do not type the prompt shown in the example. This is the ...
https://dev.mysql.com/doc/refman/8.0/en/merge-storage-engine.html
Note The use of MERGE tables entails the following security issue: If a user has access to MyISAM table t, that user can create a MERGE table m that accesses t. Note A known issue exists where indexes on the same columns must be in identical order, ... The MERGE storage engine, also known as the MRG_MyISAM engine, is a collection of identical MyISAM tables that can be used as ...
https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functions.html
Note To store values generated by INET_ATON(), use an INT UNSIGNED column rather than INT, which is signed. The function return value and type are the same as the return value and type of its argument, but the function result is not checked for the ...
https://dev.mysql.com/doc/refman/8.0/en/monitor-innodb-mutex-waits-performance-schema.html
For example, to disable InnoDB mutex wait event instruments related to full-text search, add the following rule: performance-schema-instrument='wait/synch/mutex/innodb/fts%=OFF' Note Rules with a longer prefix such as wait/synch/mutex/innodb/fts% ...