Search Results
https://dev.mysql.com/doc/refman/8.4/en/alter-table.html
This is a MySQL extension to standard SQL, which permits only one of each clause per ALTER TABLE statement. With the mysql_info() C API function, you can find out how many rows were copied by ALTER TABLE. If the ALGORITHM clause is omitted, MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-aws-plugin.html
Note The keyring_aws plugin is an extension included in MySQL Enterprise Edition, a commercial product. MySQL Enterprise Edition can work with keyring_aws on Red Hat Enterprise Linux, SUSE Linux Enterprise Server, Debian, Ubuntu, macOS, and Windows. MySQL Enterprise Edition does not support the use of keyring_aws on these platforms: EL6 Generic Linux (glibc2.12) SLES 12 (with versions after MySQL Server 5.7) Solaris The discussion here assumes that you are familiar with AWS in general and KMS in ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-selection.html
When a table is created using [LINEAR] HASH or [LINEAR] KEY partitioning and the names of the partitions are not specified, MySQL automatically names the partitions p0, p1, p2, ..., pN-1, where N is the number of partitions. For subpartitions not ...
https://dev.mysql.com/doc/workbench/en/wb-requirements.html
MySQL server: Although it is not required, MySQL Workbench is designed to have either a remote or local MySQL server connection. MySQL Workbench is available on a number of operating systems and platforms. For information about those platforms that ...General Requirements General requirements and considerations that apply to all operating ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-natural-language.html
The term “collection” refers to the indexed columns and encompasses all rows. This causes no additional overhead, because the MySQL optimizer notices that the two MATCH() calls are identical and invokes the full-text search code only once. | ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-17.html
(WL #12337) New README.md and CONTRIBUTING.md files now accompany MySQL Connector/NET code for compatibility with Git. (WL #12970) Connector/NET now supports the new utf8mb4_0900_bin collation added for the utf8mb4 Unicode character set in MySQL ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-33.html
Deprecation and Removal Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Data can be passed in and out of a MySQL stored procedure through the MySqlCommand.Parameters collection. When used ...This secondary action now is deprecated and will be removed in a future ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-4.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/Python 8.0.12 would be designed to support all ...This change makes it easy and intuitive to decide which client version to use for which server ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
Version 8.0.13 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. See Connecting to a Single MySQL Server Using Connection Pooling in the X ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
A new connection property socksProxyRemoteDns has been added, which, when set to true, makes the SocksProxySocketFactory execute its own connect() implementation that passes the unresolved InetSocketAddress of a MySQL Server host to the created ...