Search



Search Results
Displaying 611 to 620 of 712 total results
https://dev.mysql.com/doc/refman/8.4/en/creating-rsa-files-using-openssl.html
This section describes how to use the openssl command to set up the RSA key files that enable MySQL to support secure password exchange over unencrypted connections for accounts authenticated by the sha256_password (deprecated) and ...Note An ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-rsa-files-using-mysql.html
These key-pair files enable secure password exchange using RSA over unencrypted connections for accounts authenticated by the sha256_password (deprecated) or caching_sha2_password plugin; see Section 8.4.1.3, “SHA-256 Pluggable Authentication”, ... MySQL provides these ways to create the SSL certificate and key files and RSA key-pair files required to support encrypted connections using SSL and secure password exchange using RSA over unencrypted connections, if those files are missing: The server can autogenerate these files at startup, for MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-rsa-files.html
RSA key files enable MySQL to support secure password exchange over unencrypted connections for accounts authenticated by the sha256_password (deprecated) or caching_sha2_password plugin. The following discussion describes how to create the files ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-event-fields.html
Error events intended for the error log contain a set of fields, each of which consists of a key/value pair. An event field may be classified as core, optional, or user-defined: A core field is set up automatically for error events. However, its ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-rule-based-filtering.html
This rule throttles plugin-shutdown messages to 5 occurrences per 60 seconds: IF err_code == ER_PLUGIN_SHUTTING_DOWN_PLUGIN THEN throttle 5. The log_filter_dragnet log filter component enables log filtering based on user-defined rules. To enable ...
https://dev.mysql.com/doc/refman/8.4/en/error-message-elements.html
5,000 to 5,999: Error codes reserved for use by X Plugin for messages sent to clients. This section discusses how error messages originate within MySQL and the elements they contain. The MySQL server writes some error messages to its error log.
https://dev.mysql.com/doc/refman/8.4/en/extended-show.html
Some extensions to SHOW statements accompany the implementation of INFORMATION_SCHEMA: SHOW can be used to get information about the structure of INFORMATION_SCHEMA itself. Several SHOW statements accept a WHERE clause that provides more ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
You can determine whether your MySQL Server has NDB support using one of the statements SHOW VARIABLES LIKE 'have_%', SHOW ENGINES, or SHOW PLUGINS. In the following section, we answer questions that are frequently asked about MySQL NDB Cluster and ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-information-schema-tables.html
These tables are available only if the appropriate firewall plugins are enabled. The following sections describe the INFORMATION_SCHEMA tables associated with MySQL Enterprise Firewall (see Section 8.4.7, “MySQL Enterprise Firewall”).
https://dev.mysql.com/doc/refman/8.4/en/fulltext-boolean.html
The minimum and maximum word length full-text parameters apply to FULLTEXT indexes created using the built-in FULLTEXT parser and MeCab parser plugin. MySQL can perform boolean full-text searches using the IN BOOLEAN MODE modifier. With this ...
Displaying 611 to 620 of 712 total results