Search



Search Results
Displaying 1781 to 1790 of 4413 total results
https://dev.mysql.com/doc/refman/8.4/en/spatial-relation-functions-mbr.html
In other words, it is the rectangle bounded by the points (min(x), min(y)), (min(x), max(y)), (max(x), max(y)), and (max(x), min(y)), where min() and max() represent the geometry's minimum and maximum x-coordinate or y-coordinate, respectively. If ... MySQL provides several MySQL-specific functions that test the relationship between minimum bounding rectangles (MBRs) of two geometries g1 and ...
https://dev.mysql.com/doc/mysql-installer/en/server-windows-service.html
Alternatively, you can configure MySQL server to run as an executable program that requires manual configuration. On the Windows platform, MySQL server can run as a named service managed by the operating system and be configured to start up ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-remote.html
An error is returned if the explicit specification cannot be satisfied. An error is reported if a table or tablespace already exists. A MySQL user on the donor and recipient is required for executing the cloning operation (the “clone user”). The ... The clone plugin supports the following syntax for cloning remote data; that is, cloning data from a remote MySQL server instance (the donor) and transferring it to the MySQL instance where the cloning operation was initiated (the ...
https://dev.mysql.com/doc/refman/8.4/en/myisam-start.html
If the repair fails because of an error in the data file (for example, a duplicate-key error), the server tries again, this time re-creating the data file. myisam_max_sort_file_size The maximum size of the temporary file that MySQL is permitted to ... The following options to mysqld can be used to change the behavior of MyISAM ...
https://dev.mysql.com/doc/connectors/en/connector-python-reference.html
mysql.connector errorcode errors connection constants conversion cursor dbapi locales eng client_error protocol utils . Examples should be considered working for Python 2.7, and Python 3.1 and greater. They might also work for older versions (such ...
https://dev.mysql.com/doc/connector-python/en/connector-python-reference.html
mysql.connector errorcode errors connection constants conversion cursor dbapi locales eng client_error protocol utils . Examples should be considered working for Python 2.7, and Python 3.1 and greater. They might also work for older versions (such ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-permissions.html
The exceptions are the data directory, the error log file, the mysql-files directory, the pid file, and the socket file, to which the mysql user must have write access. The following table shows directory and file permissions for the generic binary ...
https://dev.mysql.com/doc/refman/8.4/en/join.html
A trivial example follows: SELECT * FROM (SELECT 1, 2, 3) AS t1; The maximum number of tables that can be referenced in a single join is 61. INNER JOIN and , (comma) are semantically equivalent in the absence of a join condition: both produce a ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-blob-tool.html
--connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection before giving up. --connect-retry-delay Command-Line Format --connect-retry-delay=# Type ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-select-all.html
--connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection before giving up. --connect-retry-delay Command-Line Format --connect-retry-delay=# Type ...
Displaying 1781 to 1790 of 4413 total results