Search



Search Results
Displaying 271 to 280 of 3039 total results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-secure-connections.html
This section describes configuring the server for secure connections and distributing client certificate and keys files. Configuring the Server for Secure Connections Distributing Client Certificate and Key Files Configuring the Server for Secure ...
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/ndbapi/en/mgm-types.html
Enumeration values Possible values are shown, along with descriptions, in the following table: Table 3.1 Type ndb_mgm_node_type values and descriptions. Enumeration values Possible values are shown, along with descriptions, in the following table: ... This section provides information about the data types defined by the MGM ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-server-management-wizard.html
This option can also be executed later (on remote connections) from the home screen by clicking the top right corner of a MySQL remote connection, as the following figure shows. The steps presented in the wizard are: Test DB Connection On this page, ... Clicking the [+] icon from the home screen launches the Setup New Connection ...
https://dev.mysql.com/doc/internals/en/event-structure.html
For details about the initial descriptor event and how to use it to determine the format of a binary log file, see Binary Log Versions. The overall structure for events in the different binary versions is shown here. The variable part is sometimes ... This section describes the general properties of events as byte sequences as they are written to binary or relay log ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
The following example demonstrates how to connect using the SslMode, CertificateFile, and CertificatePassword connection string options. using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + ...Instead, Windows ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl-pfx.html
The following example demonstrates how to connect using the SslMode, CertificateFile, and CertificatePassword connection string options. using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + ...Instead, Windows ...
https://dev.mysql.com/doc/internals/en/connection-phase-packets.html
database (string.NUL) -- initail database for the connection -- this string should be interpreted using the character set indicated by character set field. database (string.NUL) -- initail database for the connection -- this string should be ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mgm-client-commands.html
DROP NODEGROUP nodegroup_id Drops the NDB Cluster node group with the given nodegroup_id. This command can be used to drop a node group from an NDB Cluster. DROP NODEGROUP takes as its sole argument the node group ID of the node group to be dropped.
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
Dynamic linking with the MySQL client library is selected by default—that is, the MYSQLCLIENT_STATIC_LINKING cmake option is FALSE by default (however, the binary distributions of Connector/ODBC from Oracle are linked statically to the client ...
Displaying 271 to 280 of 3039 total results