Search



Search Results
Displaying 471 to 480 of 1965 total results
https://dev.mysql.com/doc/internals/en/binlog-formats.html
If the server cannot determine that a statement is correctly logged, a warning or error shall be issued: If it is possible that the user (through application-specific logic) knows that the statement is correctly logged, then a warning shall be ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-tls.html
Unlike the case with ndb_mgm_connect(), ndb_mgm_connect_tls() cannot be called on a handle which is already connected; such an attempt fails with error NDB_MGM_ALREADY_CONNECTED. tls_req_level This parameter can take either of the following two ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
(This differs from the MySQL C API.) To reduce the possibility for error, it is recommended that you name all columns consistently using uppercase or lowercase. You can reduce the possibility for error, by naming all columns consistently using only ... This section provides information about the Column class, which models a column in an NDBCLUSTER ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
Error Handling Legacy (JDBC API) Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Error Handling If an application tries to obtain a result set from a statement that does not produce one, an exception occurs. For ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
Schema validation is performed by the server, which returns an error message if a document in a collection does not match the schema definition or if the server does not support validation. (Bug #30347893, Bug #96990) The MySqlDbType.JSON type when ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports Entity Framework Core 3.1.1 on all platforms with NET Standard 2.0 ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
(Bug #31237338, Bug #99371) An error was generated when the database name within a connection string that was passed to MySQL 5.6 or MySQL 5.7 did not match the casing used to search a related stored procedure. This fix eliminates an internal error ...Now, names with this format can be used when the name is enclosed properly between grave accent (`) symbols; for example, ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-3-0.html
(Bug #37536382) Reported errors that occurred while executing multiple statements with a single query were generic and without context. For example, SQLMoreResults might return "unhandled error from mysql_next_result()" instead of the error reported ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed All instances of the deprecated function mysql_real_escape_string() in the source code have been replaced by an internal implementation of myodbc_escape_string(), which works similarly and can also handle the escaping of wildcard characters ('_' and '%') in LIKE ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-post-install.html
Under a [mysqld] group entry, set the datadir, socket, port, log-error options for the instance. [mysqld] datadir=/usr/local/mysql/data socket=/tmp/mysql.sock port=3306 log-error=/usr/local/mysql/data/localhost.localdomain.err Important The location ... Post-installation setup involves creating a safe directory for import and export operations, configuring server startup options, initializing the data directory, starting MySQL using systemd, resetting the password for the MySQL root@localhost user account, and running a few tests to ensure that the server is ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-query-time-estimation.html
Runtime estimates for queries that fail due to an out-of-memory error. In this example, there are three queries in the query history: a successfully executed query, a query that failed due to an out of memory error, and a query that was cancelled ...
Displaying 471 to 480 of 1965 total results