Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-ldap.html
LDAP pluggable authentication is a feature supported by the MySQL Enterprise Edition; the user by which mysqlbackup connects to the server can be authenticated using LDAP.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
(WL #14453) Starting from this release, whenever an authentication plugin is explicitly set for the connection property defaultAuthenticationPlugin, the specified plugin takes precedence over the server's default when Connector/J negotiates a plugin ... Version 8.0.24 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-audit-inspector.html
To activate the audit_log plugin manually using mysql, load the plugin code from the library file at runtime with the INSTALL PLUGIN statement. On Windows: INSTALL PLUGIN audit_log SONAME 'audit_log.dll' On Linux and macOS: INSTALL PLUGIN audit_log ... MySQL Workbench offers a graphical interface to MySQL Enterprise ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
9.1.1.1.8 The Scripting Menu This menu features GRT scripting and plugin options. New Script: Opens a New Script File dialogue, with options to create a Python Script, Python Plugin, or Python Module. Install Plugin/Module File: Loads and installs a ... Some menu items are not available in the MySQL Workbench Community Edition of this application, and are available only in the MySQL Workbench Commercial ...
https://dev.mysql.com/doc/refman/8.4/en/change-replication-source-to.html
This option applies to replicas that authenticate with the caching_sha2_password authentication plugin. For connections by accounts that authenticate using this plugin, the source does not send the public key unless requested, so it must be ...] ...
https://dev.mysql.com/doc/refman/8.4/en/create-table.html
A WITH PARSER clause can be specified as an index_option value to associate a parser plugin with the index if full-text indexing and searching operations need special handling. See Full-Text Parser Plugins and Writing Full-Text Parser Plugins for ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-instances.html
plugin_load_add='group_replication.so' group_replication_group_name="aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa" group_replication_start_on_boot=off group_replication_local_address= "s1:33061" group_replication_group_seeds= "s1:33061,s2:33061,s3:33061" ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-clone-tables.html
The following sections describe the Performance Schema tables associated with the clone plugin (see Section 7.6.7, “The Clone Plugin”). The Performance Schema clone tables are implemented by the clone plugin and are loaded and unloaded when ...
https://dev.mysql.com/doc/refman/8.4/en/system-schema.html
Object Information System Tables These system tables contain information about components, loadable functions, and server-side plugins: component: The registry for server components installed using INSTALL COMPONENT. Unlike the mysql.func table, the ...It contains tables that store information required by the MySQL server as it ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-elements.html
Version Tokens is based on a plugin library that implements these elements: A server-side plugin named version_tokens holds the list of version tokens associated with the server and subscribes to notifications for statement execution events. The ...