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
Search Results
https://dev.mysql.com/doc/refman/8.0/en/examples.html
Here are examples of how to solve some common problems with MySQL. Some of the examples use the table shop to hold the price of each article (item number) for certain traders (dealers). Supposing that each trader has a single fixed price per ...
https://dev.mysql.com/doc/refman/8.0/en/federated-create-server.html
The CREATE SERVER statement updates the rows in the mysql.servers table. See the following table for information on the correspondence between parameters in a connection string, options in the CREATE SERVER statement, and the columns in the ... If ...
https://dev.mysql.com/doc/refman/8.0/en/firewall.html
Figure 8.1 MySQL Enterprise Firewall Operation The following sections describe the elements of MySQL Enterprise Firewall, discuss how to install and use it, and provide reference information for its elements. Note MySQL Enterprise Firewall is an ...
https://dev.mysql.com/doc/refman/8.0/en/gis-class-curve.html
A Curve is simple if it does not pass through the same point twice, with the exception that a curve can still be simple if the start and end points are the same. A Curve is a one-dimensional geometry, usually represented by a sequence of points.
https://dev.mysql.com/doc/refman/8.0/en/gis-class-surface.html
The OpenGIS specification defines a simple Surface as a geometry that consists of a single “patch” that is associated with a single exterior boundary and zero or more interior boundaries. The boundary of a simple Surface is the set of closed ...
https://dev.mysql.com/doc/refman/8.0/en/gis-general-property-functions.html
The functions listed in this section do not restrict their argument and accept a geometry value of any type. Unless otherwise specified, functions in this section handle their geometry arguments as follows: If any argument is NULL, the return value ...If any geometry argument is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-compatibility-upgrade.html
From MySQL 8.0.17, this applies to upgrades between patch versions, and for lower releases, this only applies to upgrades between major versions. This must therefore only be used carefully in specific situations, and you must take additional ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-deploying-in-single-primary-mode.html
Figure 20.7 Group Architecture This tutorial explains how to get and deploy MySQL Server with the Group Replication plugin, how to configure each server instance before creating a group, and how to use Performance Schema monitoring to verify that ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-options.html
The next two sections contain information about MySQL server system and server status variables which are specific to the Group Replication plugin.
https://dev.mysql.com/doc/refman/8.0/en/group-replication-upgrade-with-mysqlbackup.html
As part of a provisioning approach you can use MySQL Enterprise Backup to copy and restore the data from a group member to new members. The solution is to restore the backup to a new server instance which is running the same version of MySQL as the ...However you cannot use this technique to directly restore a backup taken from a member running an older version of MySQL to a member running a newer version of ...