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
Search Results
https://dev.mysql.com/doc/refman/5.7/en/group-replication-server-states.html
Whenever there is an error on the recovery phase or while applying changes, the server enters this state. To leave the ERROR state you must manually configure the instance with super_read_only=OFF. There are various states that a server instance ...
https://dev.mysql.com/doc/refman/5.7/en/hexadecimal-literals.html
Hexadecimal literal values are written using X'val' or 0xval notation, where val contains hexadecimal digits (0..9, A..F). Lettercase of the digits and of any leading X does not matter. A leading 0x is case-sensitive and cannot be written as 0X.
https://dev.mysql.com/doc/refman/5.7/en/innodb-enabling-monitors.html
When this option is used, InnoDB creates a file named innodb_status.pid in the data directory and writes output to it every 15 seconds, approximately. If an abnormal shutdown occurs, the status file may have to be removed manually. When InnoDB ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-linux.html
This section covers installation methods for NDB Cluster on Linux and other Unix-like operating systems. For manual installation and setup instructions specific to Windows systems, see Section 21.3.2, “Installing NDB Cluster on Windows”. While ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-news.html
Changes in NDB Cluster releases are documented separately from this reference manual; you can find release notes for the changes in each NDB Cluster 7.5 release at NDB 7.5 Release Notes, and for each NDB Cluster 7.6 release at NDB 7.6 Release Notes. You can obtain release notes for older versions of NDB Cluster from NDB Cluster Release ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-installer-change-path-proc.html
Note Starting with MySQL Installer 1.4.39, if you move the data directory of an installed server manually, MySQL Installer identifies the change and can process a reconfiguration operation without errors. To change paths for MySQL server Identify ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-shell-userguide.html
For more information, see the MySQL Shell manual, available at https://dev.mysql.com/doc/mysql-shell/en/. This enables you to use MySQL as a Document Store, sometimes referred to as “using NoSQL”. MySQL Shell is an advanced client and code ...
https://dev.mysql.com/doc/refman/5.7/en/adding-collation-simple-8bit.html
This section describes how to add a simple collation for an 8-bit character set by writing the <collation> elements associated with a <charset> character set description in the MySQL Index.xml file. The example adds a collation named latin1_test_ci ...
https://dev.mysql.com/doc/refman/5.7/en/adding-collation-unicode-uca.html
This section describes how to add a UCA collation for a Unicode character set by writing the <collation> element within a <charset> character set description in the MySQL Index.xml file. It uses a subset of the Locale Data Markup Language (LDML) ...
https://dev.mysql.com/doc/refman/5.7/en/alter-function.html
ALTER FUNCTION func_name [characteristic ...] characteristic: { COMMENT 'string' | LANGUAGE SQL | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA } | SQL SECURITY { DEFINER | INVOKER } } This statement can be used to change the ...More ...