Search



Search Results
Displaying 301 to 310 of 2524 total results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-applier-status-by-coordinator-table.html
All error codes and messages displayed in the LAST_ERROR_NUMBER and LAST_ERROR_MESSAGE columns correspond to error values listed in Server Error Message Reference. LAST_ERROR_NUMBER, LAST_ERROR_MESSAGE The error number and error message of the most ... For a multithreaded replica, the replica uses multiple worker threads and a coordinator thread to manage them, and this table shows the status of the coordinator ...
https://dev.mysql.com/doc/refman/8.4/en/stored-programs-logging.html
In this case, the server writes the SELECT statement to the log along with the expected error code. If this is not the case, an error is generated and the function does not run, unless log_bin_trust_function_creators=1 is specified to override this ... The binary log contains information about SQL statements that modify database ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-usage.html
A token mismatch between the server and client token lists occurs and the server returns an error in reply to the statement. The client-side logic for detecting version token errors and selecting a new server can be implemented different ways: The ... Before using Version Tokens, install it according to the instructions provided at Section 7.6.6.2, “Installing or Uninstalling Version ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.0-ndb-8.4.0.html
(Bug #36176983) Bugs Fixed NDB Cluster APIs: TLS connection errors were printed even though TLS was not specified for connections. To fix this issue, following an ignored TLS error, we explicitly reset the error condition in the management handle to ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool /usr/bin/pathfix.py from packages for Fedora ...
https://dev.mysql.com/doc/refman/8.4/en/change-replication-source-to.html
The presence of such characters in these values causes the statement to fail with an error. CHANGE REPLICATION SOURCE TO causes the previous values for SOURCE_HOST, SOURCE_PORT, SOURCE_LOG_FILE, and SOURCE_LOG_POS to be written to the error log, ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-table-import.html
A schema mismatch error is reported if the clauses do not match. Otherwise, a schema mismatch error is reported when you attempt the import operation. (You can obtain the table definition using SHOW CREATE TABLE syntax.) If the table definition does ... This section describes how to import tables using the Transportable Tablespaces feature, which permits importing tables, partitioned tables, or individual table partitions that reside in file-per-table ...
https://dev.mysql.com/doc/refman/8.4/en/kerberos-pluggable-authentication.html
For example: [mysqld] authentication_kerberos_service_key_tab=/var/mysql/data/mysql.keytab If the keytab file is not in the correct place or does not contain a valid SPN key, the MySQL server does not validate this, but clients return authentication ... Note Kerberos pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.4/en/miscellaneous-functions.html
For example, matching fails for this query: mysql> SELECT GROUPING((SELECT MAX(name) FROM t1)) FROM t1 GROUP BY (SELECT MAX(name) FROM t1) WITH ROLLUP; ERROR 3580 (HY000): Argument #1 of GROUPING function is not in GROUP BY GROUP BY literal ...The ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-limitations.html
If, when creating tables with a large number of partitions (but less than the maximum), you encounter an error message such as Got error ... However, this is dependent on the operating system, and may not be possible or advisable on all platforms; ... This section discusses current restrictions and limitations on MySQL partitioning ...
https://dev.mysql.com/doc/refman/8.4/en/rewriter-query-rewrite-plugin-reference.html
If no error occurs when the rules table is loaded into memory, the plugin sets the message column to NULL. A non-NULL value indicates an error and the column contents are the error message. Errors can occur under these circumstances: Either the ...
Displaying 301 to 310 of 2524 total results