PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/connector-j-info.html
The MySQL Connector/J manual is published in standalone form, not as part of the MySQL Reference Manual. For information, see these documents: Main manual: MySQL Connector/J Developer Guide Release notes: MySQL Connector/J Release Notes .
https://dev.mysql.com/doc/refman/5.7/en/connector-net-info.html
The MySQL Connector/NET manual is published in standalone form, not as part of the MySQL Reference Manual. For information, see these documents: Main manual: MySQL Connector/NET Developer Guide Release notes: MySQL Connector/NET Release Notes .
https://dev.mysql.com/doc/refman/5.7/en/connector-odbc-info.html
The MySQL Connector/ODBC manual is published in standalone form, not as part of the MySQL Reference Manual. For information, see these documents: Main manual: MySQL Connector/ODBC Developer Guide Release notes: MySQL Connector/ODBC Release Notes .
https://dev.mysql.com/doc/refman/5.7/en/connector-python-info.html
The MySQL Connector/Python manual is published in standalone form, not as part of the MySQL Reference Manual. For information, see these documents: Main manual: MySQL Connector/Python Developer Guide Release notes: MySQL Connector/Python Release ...
https://dev.mysql.com/doc/refman/5.7/en/deallocate-prepare.html
If too many prepared statements are created and not deallocated by either the DEALLOCATE PREPARE statement or the end of the session, you might encounter the upper limit enforced by the max_prepared_stmt_count system variable. {DEALLOCATE | DROP} ...
https://dev.mysql.com/doc/refman/5.7/en/describe.html
The DESCRIBE and EXPLAIN statements are synonyms, used either to obtain information about table structure or query execution plans. For more information, see Section 13.7.5.5, “SHOW COLUMNS Statement”, and Section 13.8.2, “EXPLAIN ...
https://dev.mysql.com/doc/refman/5.7/en/federated-storage-engine-resources.html
The following additional resources are available for the FEDERATED storage engine: A forum dedicated to the FEDERATED storage engine is available at https://forums.mysql.com/list.php?105.
https://dev.mysql.com/doc/refman/5.7/en/gis-class-geometrycollection.html
Restrictions may be based on: Element type (for example, a MultiPoint may contain only Point elements) Dimension Constraints on the degree of spatial overlap between elements . A GeometryCollection is a geometry that is a collection of zero or more ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-data-definition-statements.html
Therefore, more care needs to be taken when replicating data definition statements. Note If the group is deployed in single-primary mode, then this is not a problem, because all changes are performed through the same server, the primary. As such, ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-operations.html
This section describes the different modes of deploying Group Replication, explains common operations for managing groups and provides information about how to tune your groups.