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/keyring-okv-plugin.html
Install the okvclient.jar file using the following command (you must have JDK 1.4 or higher): java -jar okvclient.jar -d dir_name [-v] The directory name following the -d option is the location in which to install extracted files. The plugin works ... Note The keyring_okv plugin is an extension included in MySQL Enterprise Edition, a commercial ...Some pertinent information sources: Oracle Key Vault site Oracle Key Vault documentation In Oracle Key Vault ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-filter-definitions.html
If the number of arguments is incorrect or the arguments are not of the correct data types required by the function an error occurs. For information about using JSON data in MySQL, see Section 13.5, “The JSON Data Type”. For an event that cannot ...Filter definitions have this form, where actions indicates how filtering takes place: { "filter": actions } The following discussion describes permitted constructs in filter ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-distributed-recovery.html
Whenever a member joins or rejoins a replication group, it must catch up with the transactions that were applied by the group members before it joined, or while it was away. To enable this method of state transfer, you must install the clone plugin ...The joining member begins by checking the relay log for its group_replication_applier channel for any transactions that it already received from the group but did not yet ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-first-start.html
Each cluster node process must be started separately, and on the host where it resides. Note The IP address shown for a given NDB Cluster SQL or other API node in the output of SHOW is the address used by the SQL or API node to connect to the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-backup-configuration.html
You can also set a location for the backup files using the BackupDataDir configuration parameter. Five configuration parameters are essential for backup: BackupDataBufferSize The amount of memory used to buffer data before it is written to disk.
https://dev.mysql.com/doc/refman/8.0/en/option-defaults-equals.html
080111 22:53:32 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var 080111 22:53:34 mysqld_safe mysqld from pid file /usr/local/mysql/var/tonfisk.pid ended [1]+ Done ./mysqld_safe --log-error my-errors The server attempted to ...080112 12:53:40 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var $> After shutting down the server, restart it as follows: $> mysqld_safe --log-error & [1] 11699 $> 080112 12:53:40 mysqld_safe Logging to ...
https://dev.mysql.com/doc/refman/8.0/en/binary-installation.html
To install MySQL from a compressed tar file binary distribution, your system must have GNU XZ Utils to uncompress the distribution and a reasonable tar to unpack it. These include generic binary distributions in the form of compressed tar files ...
https://dev.mysql.com/doc/refman/8.0/en/reset-master.html
After verifying the setup, resetting the source and replica and ensuring that no unwanted data or binary log files generated by testing remain on the source or replica, you can start the replica and begin replicating. RESET MASTER [TO ...See RESET ... Note This statement is replaced in later versions of MySQL by RESET BINARY LOGS AND GTIDS, and should be considered ...
https://dev.mysql.com/doc/refman/8.0/en/federated-usagenotes.html
The reason for this is that this table must work like a data file that would never be written to by anything other than the database system. The following items indicate features that the FEDERATED storage engine does and does not support: The ...
https://dev.mysql.com/doc/refman/8.0/en/starting-server.html
If the command fails immediately and prints mysqld ended, look for information in the error log (which by default is the host_name.err file in the data directory). If the server is unable to access the data directory it starts or read the grant ...