Search Results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-audit.html
When installed, the audit plugin enables the MySQL server to produce a log file containing an audit record of server activity. After you install the plugin, it writes an audit log file. $> cd /usr/local/mysql $> bin/mysql -u root -p < ... MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-launching.html
It is first necessary to ensure that the Group Replication plugin is installed on server s1. If you used plugin_load_add='group_replication.so' in the option file then the Group Replication plugin is already installed, and you can proceed to the ...
https://dev.mysql.com/doc/refman/8.4/en/locking-service.html
As a C language interface, callable as a plugin service from server plugins or loadable functions. For general information about plugin services, see Section 7.6.9, “MySQL Plugin Services”. For general information about plugin services, see ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-launchd.html
macOS uses launch daemons to automatically start, stop, and manage processes and applications such as MySQL. The md5 checksum of a file containing the above snippet is d925f05f6d1b6ee5ce5451b596d6baed. To enable the launchd service, you can either: ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
--ndbinfo={ON|OFF|FORCE} Command-Line Format --ndbinfo[=value] Type Enumeration Default Value ON Valid Values ONOFFFORCE Enables the plugin for the ndbinfo information database. --ndb-transid-mysql-connection-map=state Command-Line Format ... This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-sql-statements.html
SELECT * FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'NDB%' This statement displays information from the Information Schema PLUGINS table about plugins associated with NDB Cluster, such as version, author, and license, as shown here: ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-migrate-keyring.html
This is typically the value of the plugin_dir system variable for the local MySQL server. This option applies to clients that authenticate with the caching_sha2_password authentication plugin. For that plugin, the server does not send the public key ... The mysql_migrate_keyring utility migrates keys between one keyring component and ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html
replication_optimize_for_static_plugin_config Command-Line Format --replication-optimize-for-static-plugin-config[={OFF|ON}] System Variable replication_optimize_for_static_plugin_config Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean ... This section explains the server options and system variables that apply to replica servers and contains the following: Startup Options for Replica Servers System Variables Used on Replica Servers Specify the options either on the command line or in an option ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-source.html
rpl_semi_sync_source_enabled Command-Line Format --rpl-semi-sync-source-enabled[={OFF|ON}] System Variable rpl_semi_sync_source_enabled Scope Global Dynamic Yes SET_VAR Hint Applies No Type Boolean Default Value OFF rpl_semi_sync_source_enabled is ... This section describes the server options and system variables that you can use on replication source ...
https://dev.mysql.com/doc/refman/8.4/en/set-password.html
For example: ALTER USER user IDENTIFIED BY 'auth_string'; 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 ...