Search

Download this Manual
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


Displaying 251 to 260 of 576 total results
https://dev.mysql.com/doc/refman/8.0/en/x-plugin-encrypted-connections.html
The permitted TLS versions for both types of connections are therefore the same. This section explains how to configure X Plugin to use encrypted connections. To enable configuring support for encrypted connections, X Plugin has mysqlx_ssl_xxx ...
https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html
Use this address to permit both IPv4 and IPv6 connections for X Plugin. In this situation, if you want to store both sockets at a single path, you must set the mysqlx_socket system variable as well. To control activation of X Plugin, use this ...
https://dev.mysql.com/doc/refman/8.0/en/access-control.html
MySQL considers both your host name and user name in identifying you because there is no reason to assume that a given user name belongs to the same person on all hosts. MySQL enables the creation of accounts that permit client users to connect to ...
https://dev.mysql.com/doc/refman/8.0/en/account-names.html
For example, in the account name 'test-user'@'%.com', both the user name and host name parts require quotes. MySQL account names consist of a user name and a host name, which enables creation of distinct accounts for users with the same user name ...
https://dev.mysql.com/doc/refman/8.0/en/added-deprecated-removed.html
binlog_expire_logs_auto_purge: Controls automatic purging of binary log files; can be overridden when enabled, by setting both binlog_expire_logs_seconds and expire_logs_days to 0. Options and Variables Introduced in MySQL 8.0 Options and Variables ...
https://dev.mysql.com/doc/refman/8.0/en/adding-character-set.html
A simple character set requires only a configuration file, whereas a complex character set requires C source file that defines collation functions, multibyte functions, or both. This section discusses the procedure for adding a character set to ...
https://dev.mysql.com/doc/refman/8.0/en/aggregate-functions.html
This section describes aggregate functions that operate on sets of values. They are often used with a GROUP BY clause to group values into subsets. If you use an aggregate function in a statement containing no GROUP BY clause, it is equivalent to ...
https://dev.mysql.com/doc/refman/8.0/en/alter-database.html
If the read-only state both before and after prohibits changes, an error occurs. alter_option: { [DEFAULT] CHARACTER SET [=] charset_name | [DEFAULT] COLLATE [=] collation_name | [DEFAULT] ENCRYPTION [=] {'Y' | 'N'} | READ ONLY [=] {DEFAULT | 0 | 1} ...
https://dev.mysql.com/doc/refman/8.0/en/alter-table-examples.html
For NDB tables, it is also possible to change the storage type used for a table or column. row *************************** Table: t1 Create Table: CREATE TABLE `t2` ( `c1` int(11) DEFAULT NULL ) /*!50100 TABLESPACE ts_1 STORAGE DISK */ ...
https://dev.mysql.com/doc/refman/8.0/en/assignment-operators.html
Table 14.6 Assignment Operators Name Description := Assign a value = Assign a value (as part of a SET statement, or as part of the SET clause in an UPDATE statement) := Assignment operator. Causes the user variable on the left hand side of the ...
Displaying 251 to 260 of 576 total results