Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-security-standard-rules.html
Firewall Disabled Description MySQL Enterprise Firewall can be in one of two global modes once installed, enabled or disabled. Severity Warning Advice To enable or disable the firewall, set the mysql_firewall_mode system variable. Severity Warning ...Consider whether the filtering of events by account is required, and remove the configuration values for audit_log_exclude_accounts or audit_log_include_accounts if ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-engines-table.html
A value of DISABLED occurs either because the server was started with an option that disables the engine, or because not all options required to enable it were given. In the latter case, the error log should contain a reason indicating why the ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-buffer-pool-in-core-file.html
The innodb_buffer_pool_in_core_file option is disabled by default on systems that support MADV_DONTDUMP, otherwise it defaults to ON. Note Before MySQL 8.4, innodb_buffer_pool_in_core_file was enabled by default instead of disabled. $> mysqld ... A ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
The subrepository for the latest bugfix series (currently MySQL 8.4) is enabled by default, and the subrepositories for all other series are disabled. Use this command to see all of the subrepositories in the MySQL SLES repository, and to see which ... The MySQL SLES repository provides RPM packages for installing and managing the MySQL server, client, and other components on SUSE Enterprise Linux ...
https://dev.mysql.com/doc/refman/8.4/en/native-pluggable-authentication.html
Note The mysql_native_password authentication plugin is deprecated as of MySQL 8.0.34, disabled by default in MySQL 8.4, and removed as of MySQL 9.0.0. Installing Native Pluggable Authentication The mysql_native_password plugin exists in server and ... MySQL includes a mysql_native_password plugin that implements native authentication; that is, authentication based on the password hashing method in use from before the introduction of pluggable ...
https://dev.mysql.com/doc/refman/8.4/en/optimizing-innodb-diskio.html
Disable it for non-rotational storage or a mix of rotational and non-rotational storage. innodb_log_compressed_pages If redo logs are on non-rotational storage, consider disabling this option to reduce logging. See Section 17.6.4, “Doublewrite ...
https://dev.mysql.com/doc/refman/8.4/en/show-engines.html
A value of DISABLED occurs either because the server was started with an option that disables the engine, or because not all options required to enable it were given. In the latter case, the error log should contain a reason indicating why the ...
https://dev.mysql.com/doc/refman/8.4/en/constraint-enum.html
Unless strict mode is disabled (not recommended, but see Section 7.1.11, “Server SQL Modes”), the definition of a ENUM or SET column acts as a constraint on values entered into the column. Errors for invalid values can be suppressed in strict ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-generated-columns.html
In such cases, if this variable is disabled then NULL is not converted to CURRENT_TIMESTAMP. Note Expression evaluation uses the SQL mode in effect at evaluation time. If any component of the expression depends on the SQL mode, different results may ...Values of a generated column are computed from an expression included in the column ...
https://dev.mysql.com/doc/refman/8.4/en/miscellaneous-functions.html
The function return value and type are the same as the return value and type of its argument, but the function result is not checked for the ONLY_FULL_GROUP_BY SQL mode. If the argument is NULL or negative, SLEEP() produces a warning, or an error in ...As a result, the address value for rows within each name group is ...