Search

Download this Manual
PDF (US Ltr) - 35.1Mb
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 361 to 370 of 779 total results
https://dev.mysql.com/doc/refman/5.7/en/ipv6-support.html
For example: mysql> CREATE USER 'bill'@'::1' IDENTIFIED BY 'secret'; mysql> GRANT SELECT ON mydb.* TO 'bill'@'::1'; IPv6 functions enable conversion between string and internal format IPv6 address formats, and checking whether values represent valid ... Support for IPv6 in MySQL includes these capabilities: MySQL Server can accept TCP/IP connections from clients connecting over ...
https://dev.mysql.com/doc/refman/5.7/en/replication-channels.html
To provide compatibility with previous versions, the MySQL server automatically creates on startup a default channel whose name is the empty string (""). If no other channels (having nonempty names) have been created, replication statements act on ... In MySQL multi-source replication, a replica opens multiple replication channels, one for each replication source ...
https://dev.mysql.com/doc/refman/5.7/en/sys-schema-object-index.html
The following tables list sys schema objects and provide a short description of each one.
https://dev.mysql.com/doc/refman/5.7/en/two-digit-years.html
To specify zero for YEAR and have it be interpreted as 2000, specify it as a string '0' or '00'. Some functions like MIN() and MAX() convert a YEAR to a number. This means that a value with a 2-digit year does not work properly with these functions.
https://dev.mysql.com/doc/refman/5.7/en/group-replication-system-variables.html
group_replication_force_members Command-Line Format --group-replication-force-members=value Introduced 5.7.17 System Variable group_replication_force_members Scope Global Dynamic Yes Type String A list of peer addresses as a comma separated list ...
https://dev.mysql.com/doc/refman/5.7/en/windows-pluggable-authentication.html
Authentication string syntax for the Windows authentication plugin follows these rules: The string consists of one or more user mappings separated by commas. Thus, these statements are equivalent: CREATE USER sql_admin IDENTIFIED WITH ... Note ...
https://dev.mysql.com/doc/refman/5.7/en/access-control.html
The primary function of the MySQL privilege system is to authenticate a user who connects from a given host and to associate that user with privileges on a database such as SELECT, INSERT, UPDATE, and DELETE. Additional functionality includes the ...
https://dev.mysql.com/doc/refman/5.7/en/channels-with-prev-replication.html
When a replica has multiple channels and a FOR CHANNEL channel option is not specified, a valid statement generally acts on all available channels, with some specific exceptions. For example, the following statements behave as expected for all ...
https://dev.mysql.com/doc/refman/5.7/en/connectors-apis.html
Connector/NET implements a fully functional ADO.NET interface and provides support for use with ADO.NET aware tools. Native drivers are fast, as there is less copying of data between components, and they can offer advanced functionality not ...
https://dev.mysql.com/doc/refman/5.7/en/data-masking-elements.html
A set of loadable functions provides an SQL-level API for performing masking and de-identification operations. MySQL Enterprise Data Masking and De-Identification is based on a plugin library that implements these elements: A server-side plugin ...
Displaying 361 to 370 of 779 total results