Search

Download this Manual
PDF (US Ltr) - 43.2Mb
PDF (A4) - 43.3Mb
Man Pages (TGZ) - 295.2Kb
Man Pages (Zip) - 400.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 281 to 290 of 948 total results
https://dev.mysql.com/doc/refman/8.0/en/features.html
Localization The server can provide error messages to clients in many languages. Full support for several different character sets, including latin1 (cp1252), german, big5, ujis, several Unicode character sets, and more. To see an example of very ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-deadlocks-handling.html
It explains how to organize database operations to minimize deadlocks and the subsequent error handling required in applications. Information about each deadlock, not just the latest one, is recorded in the MySQL error log. This section builds on ...
https://dev.mysql.com/doc/refman/8.0/en/known-issues.html
The source and replica run different MySQL versions, and the optimizer code differs between these versions. For example, the following does not work: mysql> SELECT * FROM temp_table, temp_table AS t2; ERROR 1137: Can't reopen table: 'temp_table' The ... This section lists known issues in recent versions of ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-event-reports.html
Node logs are intended to be used only during application development, or for debugging application code. Each reportable event can be distinguished according to three different criteria: Category: This can be any one of the following values: ... In ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-show-tables.html
--type, -t Can be used to restrict the output to one type of object, specified by an integer type code as shown here: 1: System table 2: User-created table 3: Unique hash index Any other value causes all NDB database objects to be listed (the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-replication-failover.html
Important You must ensure that the replica mysqld is started with --slave-skip-errors=ddl_exist_errors before executing START REPLICA. Note @file is a string value such as '/var/log/mysql/replication-source-bin.00001', and so must be quoted when ...
https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html
For example: mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE '%pam%'; +--------------------+---------------+ | PLUGIN_NAME | PLUGIN_STATUS | +--------------------+---------------+ | authentication_pam ... Note PAM pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-quick-start.html
Check the server error log for information about what went wrong. EVENT_NAME indicates what was instrumented and SOURCE indicates which source file contains the instrumented code. This section briefly introduces the Performance Schema with examples ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-timing.html
Events are collected by means of instrumentation added to the server source code. If a processor's cycle rate fluctuates, conversion from cycles to real-time units is subject to error. Their accuracy is subject to the usual forms of error ...
https://dev.mysql.com/doc/refman/8.0/en/replication-channels.html
The error codes and messages that are issued when multi-source replication is enabled specify the channel that generated the error. In MySQL multi-source replication, a replica opens multiple replication channels, one for each source server. The ...
Displaying 281 to 290 of 948 total results