Search



Search Results
Displaying 241 to 250 of 753 total results
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-7-0.html
(Bug #37977363, WL #16904) AdminAPI Bugs Fixed In previous versions, AdminAPI created internal accounts without explicitly specifying the authentication plugin; the server's default authentication plugin was used. This default has changed between ...
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/9.7/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/9.7/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/9.7/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/9.7/en/macos-installation-launchd.html
Note --early-plugin-load is deprecated, and subject to removal in a future version of MySQL. macOS uses launch daemons to automatically start, stop, and manage processes and applications such as MySQL. The md5 checksum of a file containing the ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-clone-tables.html
The following sections describe the Performance Schema tables associated with the clone plugin (see Section 7.6.6, “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/9.7/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/mysql-shell/9.7/en/mysql-shell-extension-objects-persist.html
The preferred way to persist an extension object is by adding it into a MySQL Shell plugin. Plugins and plugin groups are loaded automatically when MySQL Shell starts, and the functions that they define and register are available immediately. In a ... A script to define and register extension objects must have a file extension of .js for JavaScript code, or .py for Python code, to match the language used for the ...
Displaying 241 to 250 of 753 total results