Search



Search Results
Displaying 1521 to 1530 of 4187 total results
https://dev.mysql.com/doc/refman/9.7/en/connection-control-component-migration.html
Migrating from the Connection Control plugins to the Connection Control component consists of the following steps: Remove any references to the plugins in configuration files, including references made by --plugin-load-add or --early-plugin-load or ...Uninstall the plugins, using the following two statements: UNINSTALL PLUGIN CONNECTION_CONTROL; UNINSTALL PLUGIN CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS; Install the component as described in Section 8.4.2.1, “Connection Control Component ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-elements.html
Tables in the mysql system database provide persistent storage of filter and user account data, unless you set the audit_log.database system variable at server startup to specify a different database. System variables enable audit log configuration ... MySQL Enterprise Audit is based on the audit log component and related elements: A server-side component named audit_log examines auditable events and determines whether to write them to the audit ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-elements.html
Tables in the mysql system database provide persistent storage of filter and user account data, unless you set the audit_log_database system variable at server startup to specify a different database. System variables enable audit log configuration ...MySQL Enterprise Audit is based on the audit log plugin and related elements: A server-side plugin named audit_log examines auditable events and determines whether to write them to the audit ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-0-0.html
This system variable is enabled by default on MySQL HeatWave Service and resulted in errors loading dumps which contained such keys when detected by the Upgrade Checker utility's foreignKeyReferences check. The utility attempted to retrieve values ...It was removed due to a dependency on a version of the server which is also no longer available for ...AdminAPI Added or Changed Functionality AdminAPI Bugs Fixed Utilities Added or Changed Functionality Utilities Bugs Fixed Functionality Added or Changed Bugs Fixed AdminAPI Added or Changed Functionality ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-1-0.html
When the partial_revokes system variable is enabled, the \ character is treated as a literal, which could lead to unexpected results. As of this release, the following commands have been updated to check compatibility and provide appropriate ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-acid.html
The operating system used to run MySQL, in particular its support for the fsync() system call. An uninterruptible power supply (UPS) protecting the electrical power to all computer servers and storage devices that run MySQL servers and store MySQL ... The ACID model is a set of database design principles that emphasize aspects of reliability that are important for business data and mission-critical ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-16.html
The aggregate size of connection attribute data sent by a client is limited by the value of the performance_schema_session_connect_attrs_size server variable. The total size of the data package should be less than the value of the server variable.
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-instrument-naming.html
Suffixes may include levels such as these: A name for the major element (a server module such as myisam, innodb, mysys, or sql) or a plugin name. The name of a variable in the code, in the form XXX (a global variable) or CCC::MMM (a member MMM in ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-threaded-clients.html
The source for mysqlslap uses threads to set up simultaneous workloads, to test server operation under high load. These functions enable applications to submit multiple outstanding requests to the server and determine when each has finished using ...
https://dev.mysql.com/doc/refman/9.7/en/validate-password.html
This component exposes system variables that enable you to configure password policy, and status variables for component monitoring. If validate_password is not installed, the validate_password.xxx system variables are not available, passwords in ...
Displaying 1521 to 1530 of 4187 total results