Search



Search Results
Displaying 211 to 220 of 712 total results
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
Scheduling Firewall Cache Reloads Each time the MYSQL_FIREWALL server-side plugin initializes, it loads data from these tables to its internal cache: firewall_whitelist firewall_group_allowlist firewall_users firewall_groups firewall_membership ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-ndb-transid-mysql-connection-map-table.html
It is implemented as an INFORMATION_SCHEMA plugin; you can verify that it is supported by checking the output of SHOW PLUGINS. You can disable it (or force the server not to run unless the plugin starts) by starting the server with the ... The ...
https://dev.mysql.com/doc/refman/8.4/en/persisted-system-variables.html
A system variable implemented by a plugin can be persisted if the plugin is installed when the SET statement is executed. Assignment of the persisted plugin variable takes effect for subsequent server restarts if the plugin is still installed. If ...
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" ...
Displaying 211 to 220 of 712 total results