Search Results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
(Bug #28383721, Bug #91751) Entity Framework Core: A syntax error was generated during an operation attempting to rename a table that was previously migrated from code. Now, the primary key constraint for an existing table can be dropped without ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
It is still a string of 32 hexadecimal digits based on UUID, but the order of digits was changed to match the requirement of a stable ID prefix. (WL #10561) Document Store: When creating a new connection, multiple hosts now can be specified as part ... MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
(WL #10948) Document Store: When creating a new session, multiple hosts can be tried until a successful connection is established. For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-23.html
(Bug #32135124, Bug #98946) Microsoft Access halted when opening a linked table with only a JSON column. The JSON column type is now supported, and JSON data is only editable if another column is used as a primary key. Because JSON is a long data ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-14.html
(WL #12607) The count() method's error message was unclear when the table or collection was missing. (Bug #28646344, Bug #92416) With Python 2.7 and use_pure=False, unicode characters in table object operations would cause an unexpected halt.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
For general information about connection attributes, see Performance Schema Connection Attribute Tables. Returning a session to the pool drops session-related objects such as temporary tables, session variables, and transactions, but the connection ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Two informative text files were added: INFO_BIN contains information about the build environment used to produce the distribution, and INFO_SRC provides information about the product version and the source repository from which the distribution was ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-4.html
It is still a string of 32 hexadecimal digits based on UUID, but the order of digits was changed to match the requirement of a stable ID prefix. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their ...
A Quick Guide to Using the MySQL SLES Repository :: A Quick Guide to Using the MySQL SLES Repository
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
mysql_upgrade also performs other functions; see mysql_upgrade — Check and Upgrade MySQL Tables for details. Note After upgrading from MySQL 5.6 to 5.7, if you have problem connecting to the server as root (which will make it impossible to run ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
The value for the pooling key is another set of key-value pairs containing any combination of the keys described in the following table: Table 2.1 Options for Configuring a Connection Pool Option Meaning Default enabled Connection pooling enabled.
https://dev.mysql.com/doc/x-devapi-userguide/en/result-set-classes.html
The different types of results are outlined in the following table. The type of result returned depends on the operation that was executed. SqlResult session.sql().execute() Number of rows affected by the operation, auto generated document IDs, last ...