Search Results
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 ...
https://dev.mysql.com/doc/connector-odbc/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/internals/en/event-data-fields.html
The structure of an event's data part depends on the event type: In v1 and v3, the event type entirely determines the data format In v4, interpretation of the data part depends on the event type in conjunction with information from the format ...