Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-24.html
(WL #14425) For connections made using X Plugin, if client with a connection to a server remains idle (not sending to the server) for longer than the relevant X Plugin timeout setting (read, write, or wait timeout), X Plugin closes the connection.
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
For example: mysql> SHOW GRANTS FOR 'user1'@'203.0.113.11'; +-----------------------------------------------------------------------------------+ | Grants for user1@203.0.113.11 | ...It demonstrates configuring global password policies, using ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-reading.html
The audit log plugin supports functions that provide an SQL interface for reading JSON-format audit log files. (This capability does not apply to log files written in other formats.) When the audit log plugin initializes and is configured for JSON ...If .enc is not preceded by pwd_id, the file has an old name from before audit log encryption password history was ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-natural-language.html
Alternatively, you can create FULLTEXT indexes using the ngram parser plugin (for Chinese, Japanese, or Korean) or the MeCab parser plugin (for Japanese). It is possible to write a plugin that replaces the built-in full-text parser. For example ...
https://dev.mysql.com/doc/refman/8.4/en/glossary.html
Starting with the InnoDB Plugin 1.1 and MySQL 5.5, InnoDB uses asynchronous I/O on Linux systems. Starting with MySQL 5.5, the InnoDB Plugin is merged back into the MySQL code base as the built-in InnoDB storage engine (known as InnoDB 1.1). This ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-service.html
MySQL Server supports a keyring service that enables internal components and plugins to securely store sensitive information for later retrieval. As a C language interface, callable as a plugin service from server plugins or loadable functions. The ...MySQL distributions provide a keyring interface that is accessible at two levels: At the SQL level, as a set of loadable functions that each map onto calls to the service ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ps-tables.html
NDB provides information in the MySQL Performance Schema about ndbcluster plugin threads and instrumenting for transaction batch memory. Thread names are shown in the name column of the threads and setup_threads tables using the format ...These ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-security.html
MySQL Enterprise Edition provides plugins that implement security features using external services: MySQL Enterprise Edition includes an authentication plugin that enables MySQL Server to use LDAP (Lightweight Directory Access Protocol) to ...LDAP ...
https://dev.mysql.com/doc/refman/8.4/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/8.4/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 ...