Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 296.6Kb
Man Pages (Zip) - 402.0Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 201 to 210 of 317 total results
https://dev.mysql.com/doc/refman/8.0/en/events-overview.html
MySQL Events have the following major features and properties: In MySQL, an event is uniquely identified by its name and the schema to which it is assigned. MySQL Events are tasks that run according to a schedule. When you create an event, you are ...
https://dev.mysql.com/doc/refman/8.0/en/example-auto-increment.html
You can also explicitly assign 0 to the column to generate sequence numbers, unless the NO_AUTO_VALUE_ON_ZERO SQL mode is enabled. For example: INSERT INTO animals (id,name) VALUES(0,'groundhog'); If the column is declared NOT NULL, it is also ...
https://dev.mysql.com/doc/refman/8.0/en/faqs-general.html
The auto_increment_increment value should be greater than the number of servers, and each server should have a unique offset. Why did MySQL version numbering skip versions 6 and 7 and go straight to 8.0? A.1.3. Does MySQL have a NOW() function with ...
https://dev.mysql.com/doc/refman/8.0/en/fido-pluggable-authentication.html
FIDO device registration process is as follows: The server sends a random challenge, user ID, and relying party ID (which uniquely identifies a server) to the client. Note FIDO pluggable authentication is an extension included in MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.0/en/firewall-usage.html
The profile-based protection afforded by the firewall enables implementation of strategies such as these: If an application has unique protection requirements, configure it to use an account not used for any other purpose and set up a group profile ... Before using MySQL Enterprise Firewall, install it according to the instructions provided in Section 8.4.7.2, “Installing or Uninstalling MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.0/en/fulltext-natural-language.html
Relevance is computed based on the number of words in the row (document), the number of unique words in the row, the total number of words in the collection, and the number of rows that contain a particular word. By default or with the IN NATURAL ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-bootstrap.html
The process of starting a group for the first time is called bootstrapping. The bootstrap should only be done by a single server, the one that starts the group and only once. This is why the value of the group_replication_bootstrap_group option was ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-cloning.html
Group Replication also preserves the channel settings that relate to the use of SSL, so these are unique to the individual member. If you want to use remote cloning operations for distributed recovery in a group, you must set up existing members and ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-connection-security.html
The combination of IP address and port for each member must be unique in the group. From MySQL 8.0.27, Group Replication can secure group communication connections between members by one of the following methods: Using its own implementation of the ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-ip-address-permissions.html
When and only when the XCom communication stack is used for establishing group communications (group_replication_communication_stack=XCOM), the Group Replication plugin lets you specify an allowlist of hosts from which an incoming Group ...
Displaying 201 to 210 of 317 total results