Search Results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-32.html
An Important Update Entity Framework 6 Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed An Important Update The Connector/NET MySql.Data version 8.0.32.1 NuGet package now is released and the newer package supersedes the ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-26.html
(WL #14586) Functionality Added or Changed Applications that use Connector/ODBC now can define query attribute metadata on a per-query basis, without the use of workarounds such as specially formatted comments included in query strings. (Bug ...(WL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The X DevAPI and Classic API were separated into their own packages. Previously, this functionality was supported only by the pure Python implementation. Both implementations ...The mysql-connector-python package continues to install the Classic API, and a new mysqlx-connector-python package installs the X ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-document-ids.html
The ISBN is a string with a length of 13 characters, which is well within the length limit of 32 characters for the _id field. var book = myColl.find('_id = "978-1449374020"').execute(); Currently, X DevAPI does not support using any document field ... This section describes what a document ID is and how to work with ...
https://dev.mysql.com/doc/refman/8.4/en/numeric-type-syntax.html
For example, applications could use the LPAD() function to zero-pad numbers up to the desired width, or they could store the formatted numbers in CHAR columns. You can always store an exact integer value in a BIGINT column by storing it using a ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-reference.html
log_bin_trust_function_creators: If equal to 0 (default), then when --log-bin is used, stored function creation is allowed only to users having SUPER privilege and only if function created does not break binary logging. Set to empty string to ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/client-error-reference.html
Here is an example client error message, as displayed by the mysql client: $> mysql -h no-such-host ERROR 2005 (HY000): Unknown MySQL server host 'no-such-host' (0) Each client error message includes an error code, SQLSTATE value, and message ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-1-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed When connecting to a server using SSL, the truststore password is now made optional, with a null truststore password taken to mean that there is no need to check the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-switchover.html
Follow the controlled switchover procedure if the primary cluster in an InnoDB ClusterSet deployment is functioning acceptably, but you need to carry out maintenance or fix some minor issues to improve the primary cluster's function. A primary ... A ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-60.html
Figure 1.36 Comparing the SQL Editor interface for Workbench 5.2 and 6.0 Table Data Search You can select schemas, tables, or both to perform client-side searches for user specified strings and patterns. Multiple tables were selected and searched in ... This section summarizes many of the new features added to MySQL Workbench 6.0, in relation to the MySQL Workbench 5.2 ...