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 351 to 360 of 949 total results
https://dev.mysql.com/doc/refman/8.0/en/audit-log-file-reading.html
An audit_log_read() call to read events that does not specify a position produces an error under any of these conditions: A read sequence has not yet been initialized by passing a position to audit_log_read(). If an audit_log_read() argument ... The ...
https://dev.mysql.com/doc/refman/8.0/en/binary-varbinary.html
For cases of truncation, to cause an error to occur (rather than a warning) and suppress insertion of the value, use strict SQL mode. For those cases where trailing pad bytes are stripped or comparisons ignore them, if a column has an index that ...
https://dev.mysql.com/doc/refman/8.0/en/channels-startup-options.html
--replica-skip-errors or --slave-skip-errors Execution continues and errors are skipped for all channels. This section describes startup options which are impacted by the addition of replication channels. The master_info_repository and ...
https://dev.mysql.com/doc/refman/8.0/en/connecting-disconnecting.html
For help with other problems often encountered when trying to log in, see Section B.3.2, “Common Errors When Using MySQL Programs”. To connect to the server, you usually need to provide a MySQL user name when you invoke mysql and, most likely, ...
https://dev.mysql.com/doc/refman/8.0/en/cost-model.html
If the server does not recognize the cost name when it reads this table, it writes a warning to the error log. If the server finds that the cost value is invalid (nonpositive) when it reads this table, it writes a warning to the error log. If the ...
https://dev.mysql.com/doc/refman/8.0/en/create-role.html
(These role attributes can be changed later with the ALTER USER statement, by users who have the global CREATE USER privilege.) CREATE ROLE either succeeds for all named roles or rolls back and has no effect if any error occurs. By default, an error ... CREATE ROLE [IF NOT EXISTS] role [, role ] ...
https://dev.mysql.com/doc/refman/8.0/en/default-privileges.html
Installation using RPM packages generates an initial random password, which is written to the server error log. For data directory initialization performed manually using mysqld --initialize, mysqld generates an initial random password, marks it ...
https://dev.mysql.com/doc/refman/8.0/en/delete.html
The IGNORE modifier causes MySQL to ignore ignorable errors during the process of deleting rows. (Errors encountered during the parsing stage are processed in the usual manner.) Errors that are ignored due to the use of IGNORE are returned as ...
https://dev.mysql.com/doc/refman/8.0/en/derived-table-optimization.html
Thus, if an ER_UPDATE_TABLE_USED error occurs for a view reference that uses an expression equivalent to the subquery, adding ALGORITHM=TEMPTABLE to the view definition prevents merging and takes precedence over the derived_merge value. Prior to ...
https://dev.mysql.com/doc/refman/8.0/en/drop-role.html
DROP ROLE either succeeds for all named roles or rolls back and has no effect if any error occurs. By default, an error occurs if you try to drop a role that does not exist. If the IF EXISTS clause is given, the statement produces a warning for each ...DROP ROLE removes one or more roles (named collections of ...
Displaying 351 to 360 of 949 total results