Search



Search Results
Displaying 2041 to 2050 of 4072 total results
https://dev.mysql.com/doc/connectors/en/connector-j-installing-source.html
The latest release of the Connector/J 8.0 series is on the release/8.0 branch; use the following command to check it out: $> git clone --branch release/8.0 https://github.com/mysql/mysql-connector-j.git Under the current directory, the command ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-add.html
The collection needs to be created with the Schema.createCollection() function before documents can be inserted. The Collection.add() function is for storing documents in a collection, similar to the INSERT statement for an SQL database. It takes a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-collections-basic-crud.html
The following example shows the basic usage of CRUD operations (see Section 4.3, “Collection CRUD Function Overview” for more details) when working with documents: After establishing a connection to a MySQL Server instance, a new collection that ... Working with collections of documents is straightforward when using X ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-post-install-general.html
Before you create Connections and set up Groups, we recommend you first read the note immediately following on Users, Roles, and Access Control To create connections, select Instances from the Configuration section of the navigation menu . Create ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-deploying-query-privatelink.html
Grant principals in your AWS accounts the permissions to create and delete VPC endpoints by following the instructions given in Configuring IAM Policies for Endpoints for a Query PrivateLink. Creating a Query PrivateLink Configuring IAM Policies for ...Once these network components are configured, your applications connect to your DB System through the VPC Endpoint using a Private Hostname that is only visible within the VPC where the Endpoint ...
https://dev.mysql.com/doc/connector-j/en/connector-j-installing-source.html
The latest release of the Connector/J 9.5 series is on the release/9.5 branch; use the following command to check it out: $> git clone --branch release/9.5 https://github.com/mysql/mysql-connector-j.git Under the current directory, the command ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-preparation.html
If the source cluster is already in use, you can create a backup of the source and load this onto the replica to cut down on the amount of time required for the replica to synchronize itself with the source. ndb-connectstring=management_host[:port] ... Preparing the NDB Cluster for replication consists of the following steps: Check all MySQL servers for version compatibility (see Section 25.7.2, “General Requirements for NDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-installation.html
To avoid this overhead, do not install it unless you plan to use it. This section describes how to install or uninstall Version Tokens, which is implemented in a plugin library file containing a plugin and loadable functions. For general information ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-proxy-users.html
Use the CREATE USER or GRANT statement to associate accounts with plugins. This string comes from the AS part of the IDENTIFIED WITH clause of the CREATE USER statement that specifies use of the plugin for authentication. For example: CREATE USER ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
The first thing you need to do is create a suitable app.config file for your application. You can also create custom listeners to allow trace messages to be written to other destinations as mobile devices and web services. Another possibility is to ... The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace ...
Displaying 2041 to 2050 of 4072 total results