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 661 to 670 of 948 total results
https://dev.mysql.com/doc/refman/8.0/en/events-overview.html
Syntactically invalid event creation and modification statements fail with an appropriate error message. MySQL Events are tasks that run according to a schedule. When you create an event, you are creating a named database object containing one or ...
https://dev.mysql.com/doc/refman/8.0/en/firewall-installation.html
To verify that, connect to the server and execute this statement: mysql> SHOW GLOBAL VARIABLES LIKE 'mysql_firewall_mode'; +---------------------+-------+ | Variable_name | Value | +---------------------+-------+ | mysql_firewall_mode | ON | ...
https://dev.mysql.com/doc/refman/8.0/en/fractional-seconds.html
MySQL has fractional seconds support for TIME, DATETIME, and TIMESTAMP values, with up to microseconds (6 digits) precision: To define a column that includes a fractional seconds part, use the syntax type_name(fsp), where type_name is TIME, ...
https://dev.mysql.com/doc/refman/8.0/en/full-table.html
If a table-full error occurs, it may be that the disk is full or that the table has reached its maximum size. The effective maximum table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/fulltext-search-mecab.html
The loose prefix allows you restart MySQL without encountering an error due to an unrecognized variable. The built-in MySQL full-text parser uses the white space between words as a delimiter to determine where words begin and end, which is a ...
https://dev.mysql.com/doc/refman/8.0/en/general-tablespaces.html
If the tablespace is not empty, DROP TABLESPACE returns an error. A general tablespace is a shared InnoDB tablespace that is created using CREATE TABLESPACE syntax. The server keeps tablespace metadata in memory for the lifetime of a tablespace.
https://dev.mysql.com/doc/refman/8.0/en/gis-class-geometry.html
For computations on multiple geometry values, all values must have the same SRID or an error occurs. It is a noninstantiable class but has a number of properties, described in the following list, that are common to all geometry values created from ...
https://dev.mysql.com/doc/refman/8.0/en/group-by-modifiers.html
The GROUP BY clause permits a WITH ROLLUP modifier that causes summary output to include extra rows that represent higher-level (that is, super-aggregate) summary operations. ROLLUP thus enables you to answer questions at multiple levels of ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-connection-security.html
It is important to note that because Group Replication cannot even see the joining attempt, it does not check and reject the joining member with an error message. From MySQL 8.0.27, Group Replication can secure group communication connections ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-distributed-recovery-connections.html
If the list cannot be parsed correctly, or if any of the endpoints cannot be accessed on the host because the server is not listening on them, Group Replication logs an error and does not start. When a joining member connects to an online existing ...
Displaying 661 to 670 of 948 total results