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 331 to 340 of 948 total results
https://dev.mysql.com/doc/refman/8.0/en/alter-event.html
References to stored routines, loadable functions, and tables in such cases are specifically not permitted, and fail with an error (see Bug #22830). Although an ALTER EVENT statement that contains another ALTER EVENT statement in its DO clause ...
https://dev.mysql.com/doc/refman/8.0/en/alter-instance.html
ALTER INSTANCE instance_action instance_action: { | {ENABLE|DISABLE} INNODB REDO_LOG | ROTATE INNODB MASTER KEY | ROTATE BINLOG MASTER KEY | RELOAD TLS [FOR CHANNEL {mysql_main | mysql_admin}] [NO ROLLBACK ON ERROR] | RELOAD KEYRING } ALTER ...The ...
https://dev.mysql.com/doc/refman/8.0/en/arithmetic-functions.html
* Multiplication: mysql> SELECT 3*5; -> 15 mysql> SELECT 18014398509481984*18014398509481984.0; -> 324518553658426726783156020576256.0 mysql> SELECT 18014398509481984*18014398509481984; -> out-of-range error The last expression produces an error ...
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 ...
Displaying 331 to 340 of 948 total results