Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-configuration-commands.html
This section covers the commands used in the MySQL Cluster Manager for getting and setting values of various types used in MySQL NDB Cluster configuration. We begin with a discussion of what we mean by the term “configuration attribute”, and ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-terminology.html
This includes the binary executables needed to run the cluster processes of the desired types on a given host. This section provides definitions of key terms used to describe MySQL Cluster Manager and its components in this manual and in other ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-native-function.html
To add a native MySQL function, use the procedure described here, which requires that you use a source distribution. You cannot add native functions to a binary distribution because it is necessary to modify MySQL source code and compile MySQL from ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #29807741, Bug #95210) ResultSetMetaData.getTableName() returned null when no applicable results could be returned for a column. Version 8.0.17 is the latest General ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-7.html
(Bug #25575156) X DevAPI: createaTable() failed with a NullPointerException when there were null inputs to it. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-example.html
Here is a basic connection routing example to a MySQL InnoDB Cluster named myCluster. Both classic MySQL protocol and X Protocol are enabled, it uses TCP/IP connections instead of Unix domain sockets, and it was generated using --bootstrap as a ...
https://dev.mysql.com/doc/workbench/en/wb-migration.html
Convert tables and copy data, but will not convert stored procedures, views, or triggers. MySQL Workbench provides the ability to migrate ODBC-compliant databases to MySQL. Setup may be the most challenging aspect of using the MySQL Workbench ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
On non-Windows systems, CMake checks to see whether MYSQL_CONFIG_EXECUTABLE is set. -DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution packages. -DCMAKE_BUILD_TYPE=type The type of build to produce: ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to standard MySQL-defined "key:value" pairs, to be passed to MySQL Server for display as connection attributes in the 'PERFORMANCE_SCHEMA' tables ...Example ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
For specific compatibility information, see Table 4.3, “Connector/NET Versions and Entity Framework Core Support”. The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the ...