Search



Search Results
Displaying 281 to 290 of 753 total results
https://dev.mysql.com/doc/refman/9.7/en/password-security-admin.html
The validate_password plugin can be used to enforce a policy on acceptable password. A user who has access to modify the plugin directory (the value of the plugin_dir system variable) or the my.cnf file that specifies the plugin directory location ... Database administrators should use the following guidelines to keep passwords ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-component-scheduler-tasks-table.html
Each row contains information about the ongoing progress of a task that applications, components, and plugins can implement, optionally, using the scheduler component (see Section 7.5.5, “Scheduler Component”). For example, the audit_log server ... The component_scheduler_tasks table contains a row for each scheduled ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-host-cache-table.html
COUNT_NO_AUTH_PLUGIN_ERRORS The number of errors due to requests for an unavailable authentication plugin. A plugin can be unavailable if, for example, it was never loaded or a load attempt failed. An authentication plugin can report different error ... The MySQL server maintains an in-memory host cache that contains client host name and IP address information and is used to avoid Domain Name System (DNS) ...
https://dev.mysql.com/doc/refman/9.7/en/set-variable.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/refman/9.7/en/start-group-replication.html
START GROUP_REPLICATION [USER='user_name'] [, PASSWORD='user_pass'] [, DEFAULT_AUTH='plugin_name'] Starts group replication. DEFAULT_AUTH: The name of the authentication plugin used for the replication user account. If you do not specify this ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/standard-options.html
Required when using SASL-based LDAP authentication AND the client-side plugin is not in the server's plugin directory. The general options are options of a general nature, or options that are not classified under any other specific option group: ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-reporting-create-saving.html
The preferred way to persist a report 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 MySQL Shell ... A MySQL Shell report must be saved with a file extension of .js for JavaScript code, or .py for Python code, to match the scripting language used for the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-dump-instance-schema.html
Invalid accounts are configured to use the caching_sha2_password authentication plugin, are assigned an invalid password, and are locked. skip_invalid_accounts Remove user accounts created with external authentication plugins that are not supported ... MySQL Shell's instance dump utility util.dumpInstance() and schema dump utility util.dumpSchemas(), support the export of all schemas or a selected schema from an on-premise MySQL instance into an Oracle Cloud Infrastructure Object Storage bucket or a set of local ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/workbench/en/wb-mysql-firewall.html
Setup and Configuration MySQL Workbench can manage the MySQL Enterprise Firewall installation and configuration by installing (or uninstalling) and enabling (or disabling) the plugin, and enabling (or disabling) Firewall Tracer. To prepare MySQL ...
Displaying 281 to 290 of 753 total results