Search



Search Results
Displaying 211 to 220 of 338 total results
https://dev.mysql.com/doc/heatwave/en/mys-hw-airportdb-quickstart.html
This quickstart contains the following sections: AirportDB Requirements Download AirportDB Data Load AirportDB into DB system Load AirportDB into MySQL HeatWave Cluster Run AirportDB Queries Additional AirportDB Queries Unload AirportDB Tables ...
https://dev.mysql.com/doc/heatwave-aws/en/ha-overview.html
In a Group Replication setup, the binary logs for the different MySQL instances are managed independently from each other: even though the instances have the same data, they might have different number of binary log files with different file names ... Overview of High Availability 12.1 Overview of High Availability A high availability DB System is made up of three MySQL instances: a primary instance and two secondary ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign-procedure.html
In the verification email, click Verify email to verify the email address and continue the account setup process. Sign-up Procedure 2.2.2 Sign-up Procedure To sign up for MySQL HeatWave on AWS: Create an Oracle Cloud Account (or proceed to Step 2 ...
https://dev.mysql.com/doc/connector-j/en/connector-j-2-way-authentication.html
Although the typical setup described above uses the same CA certificate in both ends for mutual authentication, it does not have to be the case. Apply the steps outlined in both Section 6.9.1, “Setting up Server Authentication” and Section ...
https://dev.mysql.com/doc/connector-j/en/connector-j-other-changes.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. Here are other changes with Connector/J 8.0 and beyond: Removed ReplicationDriver. See Chapter 4, ...
https://dev.mysql.com/doc/connector-j/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/connector-j/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/connector-j/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/connector-j/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/refman/8.4/en/can-not-connect-to-server.html
The port number or Unix socket file name might be different in your setup. A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through a file in the file system (default ...
Displaying 211 to 220 of 338 total results