Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-ldap.html
LDAP pluggable authentication is a feature supported by the MySQL Enterprise Edition; the user by which mysqlbackup connects to the server can be authenticated using LDAP.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-instance-options-file.html
The Options File editor is used to view and edit the MySQL configuration file (my.ini on Windows or my.cnf on Linux and macOS) by selecting check boxes and other GUI controls, and then making edits. MySQL Workbench divides the options file into its ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-system-profile.html
The System Profile tab enables you to specify host-specific information. This is achieved primarily through selecting a System Type, along with its corresponding Installation Type. These profile settings contain standard information that is used in ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
An example my.cnf / my.ini file is also generated that utilizes the generated certificates. This section summarizes many of the new features added to MySQL Workbench 6.3, in relation to the MySQL Workbench 6.2 release. The bundled sakila_full model ...
https://dev.mysql.com/doc/refman/8.4/en/error-creating-innodb.html
Make sure mysqld can read the proper my.cnf or my.ini option file, so that it starts with the options that you specified. The troubleshooting steps for InnoDB I/O problems depend on when the problem occurs: during startup of the MySQL server, or ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
For example, to enable the firewall in an option file, use these lines: [mysqld] mysql_firewall_mode=ON After modifying my.cnf, restart the server to cause the new setting to take effect. Before using MySQL Enterprise Firewall, install it according ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-connection-security.html
You can do this by editing the MySQL Server configuration file (typically named my.cnf on Linux and Unix systems, or my.ini on Windows systems), or by using a SET statement. MySQL 8.4 Group Replication can secure group communication connections ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-restarting-group.html
Edit the MySQL Server configuration file (typically named my.cnf on Linux and Unix systems, or my.ini on Windows systems) and set the system variable group_replication_start_on_boot=OFF. Group Replication is designed to ensure that the database ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-change-buffer.html
You can set the innodb_change_buffering variable in the MySQL option file (my.cnf or my.ini) or change it dynamically with the SET GLOBAL statement, which requires privileges sufficient to set global system variables. The change buffer is a special ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-compression-usage.html
You can set this parameter in the MySQL configuration file (my.cnf or my.ini) or dynamically, using a SET statement. Compressed tables can be created in file-per-table tablespaces or in general tablespaces. The system tablespace (space 0, the ...