Search



Search Results
Displaying 681 to 690 of 2406 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
Version 8.0.16 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #25650912) X DevAPI: Connector/J now supports the ability ...It is suitable for use with MySQL Server versions 8.0, 5.7, and ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-tls.html
The default behavior is: client_ssl_mode = PREFERRED server_ssl_mode = AS_CLIENT This establishes TLS connections between the client and Router if the client desires switching to TLS and the server supports TLS. To connect a TLS session to a server, ... Important This section is a draft and subject to ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-metadata.html
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 server from the pool of candidates that it knows about, and then connects to ... MySQL Router works by sitting in between applications and MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-admin-server-management.html
Manage your MySQL instances with a comprehensive view of your MySQL server connections. MySQL Connection Navigator The Navigator area of the sidebar panel has an Administration secondary tab (previously named Management) with functionality to ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-creating-a-model.html
Before synchronizing your new model with the live MySQL server, confirm that you already created a MySQL connection. If not, see Section 5.2, “Creating A New MySQL Connection (Tutorial)” and use that tutorial to create a MySQL connection named ... This tutorial describes how to create a new database model and how to forward-engineer a model to a live MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-time-instants.html
Incoming values are converted by server from the connection session's time zone to Coordinated Universal Time (UTC) for storage, and outgoing values are converted from UTC to the session time zone. The rest of the section discusses how to preserve ... Background A time instant is a specific moment on a ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for cross-platform application deployment with the EF 6.4 version. This chapter describes how to configure and use the EF6 features that are implemented ...Install the NuGet package to add this reference automatically to the app.config or web.config file during the ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-stored-proc.html
For example, to create a stored procedure named add_emp, use the CommandText property with the default command type (SQL text commands) to execute each individual SQL statement in the context of your command that has an open connection to a server.
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
To use tracing MySql.Data.MySqlClient.MySqlTrace can be used as a TraceSource for Connector/NET and the connection string must include "Logging=True". Next, add logging=true to the connection string in your C# application. mysql Information: 1 : 1: ... The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for cross-platform application deployment with the EF 6.4 version. This chapter describes how to configure and use the EF6 features that are implemented ...Install the NuGet package to add this reference automatically to the app.config or web.config file during the ...
Displaying 681 to 690 of 2406 total results