Search Results
https://dev.mysql.com/doc/refman/8.4/en/adding-character-set.html
This section discusses the procedure for adding a character set to MySQL. The proper procedure depends on whether the character set is simple or complex: If the character set does not need special string collating routines for sorting and does not ...If the character set needs either of those features, it is ...
https://dev.mysql.com/doc/refman/8.4/en/error-log-configuration.html
Implicit Error Log Configuration This procedure describes how to load and enable error logging components implicitly using log_error_services. Explicit Error Log Configuration This procedure describes how to load and enable error logging components ... In MySQL 8.4, error logging uses the MySQL component architecture described at Section 7.5, “MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-compatibility-upgrade.html
During an online upgrade procedure, if the group is in single-primary mode, all the servers that are not currently offline for upgrading function as they did before. If the group is in multi-primary mode, fewer online members are available to ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-deploying-locally.html
This - procedure assumes that MySQL Server was downloaded and unpacked - into the directory named mysql-8.4. To learn more about the initialization procedure, see Section 2.9.1, “Initializing the Data Directory”. The most common way to deploy ...
https://dev.mysql.com/doc/refman/8.4/en/ipv6-local-connections.html
The following procedure shows how to configure MySQL to permit IPv6 connections by clients that connect to the local server using the ::1 local host address. In addition to the CREATE USER statement, you can issue GRANT statements that give ...
https://dev.mysql.com/doc/refman/8.4/en/ipv6-remote-connections.html
The following procedure shows how to configure MySQL to permit IPv6 connections by remote clients. It is similar to the preceding procedure for local clients, but the server and client hosts are distinct and each has its own nonlocal IPv6 address.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-source.html
The procedure for doing this is almost identical to the procedure used to compile the standard MySQL Server binaries for Windows, and uses the same tools. Oracle provides precompiled NDB Cluster binaries for Windows which should be adequate for ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-starting.html
This section outlines the procedure for starting NDB Cluster replication using a single replication channel. It is also possible to use two replication channels, in a manner similar to the procedure described in the next section; the differences ...
https://dev.mysql.com/doc/refman/8.4/en/optimizing-myisam-bulk-data-loading.html
Use the following procedure: Execute a FLUSH TABLES statement or a mysqladmin flush-tables command. The main difference between automatic optimization and using the procedure explicitly is that you can let myisamchk allocate much more temporary ...
https://dev.mysql.com/doc/refman/8.4/en/problems-connecting.html
If you have updated an existing MySQL installation to a newer version, did you perform the MySQL upgrade procedure? If not, do so. Because that row has a Host value 'localhost' that is more specific than '%', it is used in preference to the new row ... If you encounter problems when you try to connect to the MySQL server, the following items describe some courses of action you can take to correct the ...