Search



Search Results
Displaying 331 to 340 of 555 total results
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-authentication.html
connection_properties[OPT_PLUGIN_DIR] = "${INSTALL_DIR}/lib{64}/plugin"; auto *driver = get_driver_instance(); auto *con = driver->connect(connection_properties); // Execute statements ... LDAP authentication requires use of a server from a MySQL ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-conf-options.html
access_mode Type String Default Value Valid Values auto Defines how MySQL Router treats read-only and read-write queries. This user's password is auto-generated and stored in an encrypted keyring. Most commonly, this user and associated password are ... When started, MySQL Router reads a list of configuration files that together make up the configuration of the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-persisting-settings.html
Depending on the way MySQL Shell is connected to an instance and the version of MySQL Server installed on the instance, these configuration changes can be persisted to the instance automatically. Instances which meet the following requirements ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-securing.html
When using dba.createCluster() to set up a cluster, if the server instance provides encryption then it is automatically enabled on the seed instance. The memberSslMode option is a string that configures the SSL mode to be used, it defaults to AUTO.
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-3-0.html
Note Cluster.switch_to_multi_primary_mode() and Cluster.switch_to_single_primary_mode() remain unchanged because auto_increment_* values must be updated on all cluster members, requiring all members are ONLINE. (Bug #37399749) Utilities Added or ...
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import.html
Management Navigator Databases and/or Tables SQL SQL Detailed database and table operations, includes control over how data is handled, can be scheduled and incremental, includes meta data, uses MySQL Enterprise Backup (commercial). There are three ...
https://dev.mysql.com/doc/workbench/en/wb-model-overview-privileges.html
The Role tab of the role editor includes the Name field with a default value consisting of role + x (x is an incremental number starting at 1). The Schema Privileges panel has the following sections, used to create users for your schemas and to ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor.html
Each query tab is uniquely identified by an incrementing number: query 1, query 2, and so on. The visual SQL editor consists of a set of specialized editors (query, schema, table, and so on) and three panels: sidebar, secondary sidebar, and output ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-statements-callable.html
For more information on MySQL stored procedures, please refer to Using Stored Routines. Notice that you have to use JDBC escape syntax, and that the parentheses surrounding the parameter placeholders are not optional: Example 3.7 Connector/J: Using ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-trace-source.html
The driver id is a unique number that is incremented each time the connector is opened. The .NET tracing architecture consists of four main parts: Source - This is the originator of the trace information. Switch - This defines the level of trace ...
Displaying 331 to 340 of 555 total results