Search Results
https://dev.mysql.com/doc/workbench/en/wb-relationship-tools.html
You can change this if you are using a Commercial Edition of MySQL Workbench. Typically this occurs where an intermediary table is created to resolve a many-to-many relationship. In such cases, the primary key is usually a composite key made up of ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-distribution.html
To clone the Connector/C++ code from the source code repository located on GitHub at https://github.com/mysql/mysql-connector-cpp, use this command: git clone https://github.com/mysql/mysql-connector-cpp.git That command should create a ... To ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
If the property is not set, the mechanism is chosen depending on the connection type: "PLAIN" is used for TLS connections and "SHA256_MEMORY" or "MYSQL41" is used for unencrypted connections. "lz4_message"; consult the description for the MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-charset.html
For more information about supported character sets and collations, see Character Sets and Collations in MySQL. using MySql.EntityFrameworkCore.DataAnnotations; Add one or more [MySqlCharset] attributes to store data using a variety of character ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-efmodel-ddl.html
This tutorial demonstrates how to create MySQL DDL from an Entity Framework model. Minimally, you will need Microsoft Visual Studio 2017 and MySQL Connector/NET 6.10 to perform this tutorial. For the DDL Generation property select ...Select ADO.NET ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-export.html
Important Make sure that the information that you are exporting to the MySQL table is valid for the corresponding MySQL data types. Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an ...Right click on the table you want to export, and in the menu that appears, choose Export , ODBC ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-import.html
To import tables from MySQL to Access, follow these instructions: Open the Access database into which that you want to import MySQL data. Microsoft Access connects to the MySQL server and displays the list of tables (objects) that you can import.
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-charset.html
For more information about supported character sets and collations, see Character Sets and Collations in MySQL. using MySql.EntityFrameworkCore.DataAnnotations; Add one or more [MySqlCharset] attributes to store data using a variety of character ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-efmodel-ddl.html
This tutorial demonstrates how to create MySQL DDL from an Entity Framework model. Minimally, you will need Microsoft Visual Studio 2017 and MySQL Connector/NET 6.10 to perform this tutorial. For the DDL Generation property select ...Select ADO.NET ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-export.html
Important Make sure that the information that you are exporting to the MySQL table is valid for the corresponding MySQL data types. Values that are valid within Access but are outside of the supported ranges of the MySQL data types may trigger an ...Right click on the table you want to export, and in the menu that appears, choose Export , ODBC ...