PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/innodb-memcached-setup.html
Note Before setting up the daemon_memcached plugin, consult Section 17.20.5, “Security Considerations for the InnoDB memcached Plugin” to understand the security procedures required to prevent unauthorized access. When you restart MySQL, get ...
https://dev.mysql.com/doc/refman/8.0/en/activestate-perl.html
For example, you might try a setting like this: C:\> set HTTP_proxy=my.proxy.com:3128 Start the PPM program: C:\> C:\perl\bin\ppm.pl If you have not previously done so, install DBI: ppm> install DBI If this succeeds, run the following command: ppm> ... On Windows, you should do the following to install the MySQL DBD module with ActiveState Perl: Get ActiveState Perl from http://www.activestate.com/Products/ActivePerl/ and install ...
https://dev.mysql.com/doc/refman/8.0/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.0/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.0, error logging uses the MySQL component architecture described at Section 7.5, “MySQL ...
https://dev.mysql.com/doc/refman/8.0/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.0/en/group-replication-deploying-locally.html
This - procedure assumes that MySQL Server was downloaded and unpacked - into the directory named mysql-8.0. 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.0/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.0/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.0/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.0/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 ...