Search



Search Results
Displaying 151 to 160 of 338 total results
https://dev.mysql.com/doc/connectors/en/connector-j-reference-dns-srv.html
In an X DevAPI connection pooling setup, Connector/J re-queries the DNS SRV records regularly and phases out gracefully any connections whose hosts no longer appear in the records, and readmits the connections into the pool when their hosts reappear ... Connector/J supports the use of DNS SRV records for ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
For additional security, you can setup the client for a one-way (server or client) or two-way (server and client) SSL authentication, allowing the client or the server to authenticate each other's identity. Connector/J can encrypt all data ...
https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
Instead of using a separate driver, you can now obtain a connection for a replication setup just by using the jdbc:mysql:replication:// scheme. Upgrading an application developed for Connector/J 5.1 to use Connector/J 8.0 and beyond might require ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
Although this is not usually an issue with the quick connection setup that MySQL offers compared to other databases, creating new JDBC connections still incurs networking and JDBC driver overhead that will be avoided if connections are recycled.
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
An Oracle Cloud Infrastructure administrator can provide the basic setup for MySQL user accounts. MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a user. Pluggable authentication ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-evolution.html
The new MySqlClientPermission class, derived from the .NET DBDataPermission class, helps to simplify the permission setup. The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. The latest ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-stored-proc.html
In such a setup, applications and users would not get any access to the database tables directly, but can only execute specific stored procedures. A stored procedure is a set of SQL statements that is stored in the server. Clients make a single ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-intro.html
In this tutorial you are encouraged to type in and run the code, modifying it as required for your setup. This section provides a gentle introduction to programming with MySQL Connector/NET. The code example is written in C#, and is designed to ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-yum.html
Make sure your Yum repository setup is up-to-date by running: $> su root $> yum update mysql-community-release You can then install Connector/ODBC by the following command: $> yum install mysql-connector-odbc See Installing Additional MySQL Products ... The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages using the MySQL Yum ...
Displaying 151 to 160 of 338 total results