Search Results
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication-system-variables.html
If the LDAP server does not respond to TCP handshake after a configured amount of time, MySQL abandons the TCP handshake attempt and emits an error message. authentication_ldap_sasl_log_status Command-Line Format ...The file name should be given as ...
https://dev.mysql.com/doc/refman/8.4/en/secure-client-programming.html
Handle External Data Properly Handle MySQL Error Messages Properly Handle External Data Properly Applications that access MySQL should not trust any data entered by users, who can try to trick your code by entering special or escaped character ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-relation-functions-object-shapes.html
If any geometry argument is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error occurs. If any geometry argument is a syntactically well-formed geometry in an undefined spatial reference system (SRS), an ER_SRS_NOT_FOUND error ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-test-and-migrate.html
The following list contains some common errors you may encounter, and their likely causes: MySQL Cluster Manager requires a specific MySQL user and privileges to manage SQL nodes. If the mcmd MySQL user account is not set up properly, you may see No ... Testing and performing the migration of a standalone MySQL NDB Cluster into MySQL Cluster Manager consists of the following steps: Perform a test run of the proposed import using import cluster with the --dryrun ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
--log-sql[=off|error|on|all|unfiltered] Log all SQL statements executed by MySQL Shell to the MySQL Shell log file, mysqlsh.log The following options are available: off No MySQL Shell SQL statements are logged. error (Default value) only MySQL Shell ... MySQL Shell is an advanced command-line client and code editor for ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
The error code resulting from execution of the statement on the master. How come statements with a nonzero error code can exist in the binary log? This is mainly due to the use of nontransactional tables within transactions. For transactional ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-scanning-basic.html
*/ myScanOp = myTrans->getNdbScanOperation(myTable); if (myScanOp == NULL) { std::cout << myTrans->getNdbError().message << std::endl; myNdb->closeTransaction(myTrans); return -1; } /** * Define a result set for the scan. */ myScanOp = ... This ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
get_latest_error() Whether or not the most recent attempt to connect succeeded. get_latest_error_msg() If the most recent attempt to connect failed, provides the reason. 1 sets a strict requirement for TLS; failure to establish TLS is treated as an ... This section provides information about the Ndb_cluster_connection class, which models a connection by a management server (ndb_mgmd) to a set of data ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-replication-dashboard-ui-ref.html
Member State (Group Replication topologies only) Displays whether the member is ONLINE, ERROR, RECOVERING, OFFLINE, or UNREACHABLE. If the replication has not stopped because of an error, the icon is yellow. If the state is unknown, either because ...Important The Max Replication Delay field displays the total amount of replication delay which exists on the monitored ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table.html
Specifying an ALGORITHM clause requires the operation to use the specified algorithm for clauses and storage engines that support it, or fail with an error otherwise. This conversion cannot be done using the INPLACE algorithm because the table must ... ALTER TABLE tbl_name [alter_option [, alter_option] ...] [partition_options] alter_option: { table_options | ADD [COLUMN] col_name column_definition [FIRST | AFTER col_name] | ADD [COLUMN] (col_name column_definition,...) | ADD {INDEX | KEY} [index_name] [index_type] (key_part,...) [index_option] ...