Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/index.html
Abstract MySQL Router is part of InnoDB Cluster, and is lightweight middleware that provides transparent routing between your application and back-end MySQL Servers. It can be used for a wide variety of use cases, such as providing high ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-metadata.html
MySQL Router works by sitting in between applications and MySQL servers. Applications connect to Router normally as if they were connecting to an ordinary MySQL server. Whenever an application connects to Router, Router chooses a suitable MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
Startup Options Used with Binary Logging System Variables Used with Binary Logging You can use the mysqld options and system variables that are described in this section to affect the operation of the binary log as well as to control which ...For ...
https://dev.mysql.com/doc/refman/8.4/en/diagnostics-area.html
The following discussion describes the structure of the diagnostics area in MySQL, the information items recognized by MySQL, how statements clear and set the diagnostics area, and how diagnostics areas are pushed to and popped from the stack. All ... SQL statements produce diagnostic information that populates the diagnostics ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
--password[=pass_val], -p[pass_val] Command-Line Format --password[=password] Type String Default Value [none] The password of the MySQL account used for connecting to the server. --password1[=pass_val] Command-Line Format --password1[=password] ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...This chapter describes how to configure and use the EF6 features that are implemented in ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...This chapter describes how to configure and use the EF6 features that are implemented in ...
https://dev.mysql.com/doc/refman/8.4/en/json-validation-functions.html
MySQL supports validation of JSON documents against JSON schemas conforming to Draft 4 of the JSON Schema specification. MySQL supports the required attribute in JSON schemas to enforce the inclusion of required properties (see the examples in the ...This can be done using either of the functions detailed in this section, both of which take two arguments, a JSON schema, and a JSON document which is validated against the ...
MySQL NDB Cluster API Developer Guide :: 4.2.2.5 ClusterJ Mappings Between MySQL and Java Data Types
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-mappings.html
ClusterJ provides mappings for all of the common MySQL database types to Java types. The following tables show the mappings used by ClusterJ between common Java data types and MySQL column types. The following table shows the ClusterJ mappings ...
https://dev.mysql.com/doc/workbench/en/index.html
It documents the MySQL Workbench Community and MySQL Workbench Commercial releases for versions 8.0 through 8.0.43. MySQL Workbench may connect to MySQL Server 8.4 and higher but some MySQL Workbench features may not function with those later server ...For legal information, including licensing information, see the Preface and Legal ...