Search



Search Results
Displaying 111 to 120 of 1104 total results
https://dev.mysql.com/doc/workbench/en/wbcopytables.html
There are two copy types: Full table copy: --table Range copy: --table-range Both table copy types require a set of common arguments: Source schema: The schema or catalog to which the table belongs. If the source RDBMS uses a schema name in addition ... wbcopytables is a command-line utility included in MySQL Workbench that enables you to copy table data from a supported source database server to ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
Depending on how you set up the users, they may (or may not) both have rights to see and use the same databases (information). How do I use the SSL Certificate wizard to enable SSL for both my MySQL server and MySQL client? A.2. How do I use the SSL ... FAQ Categories Basic Usage MySQL Workbench Functionality Data Management General Basic Usage ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
Both entries should be specified in the [DEFAULT] profile of the configuration file. OPT_PASSWORD1 is an alias for the existing OPT_PASSWORD option; if both are provided, OPT_PASSWORD is ignored. LDAP authentication requires use of a server from a ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
The reason for this is as follows: During both server-side prepared statements and client-side emulation, large data is exchanged only when PreparedStatement.execute() is called. Both require a separate connection to issue the KILL QUERY statement.
https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
With the authentication_kerberos_client plugin, both the user and the server are able to verify each other's identity. The configuration file is missing the fingerprint entry, the key_file entry, or both. Note The related authentication_fido_client ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
Starting in Connector/NET 8.0.19, both classic MySQL protocol and X Protocol connections permit the use of multiple host names and multiple endpoints (a host:port pair) in a connection string or URI scheme. For example: C# Example var conn = new ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
For usage information and examples, see: Working with Parameters Accessing a Stored Procedure Preparing Statements in Connector/NET Attributes Property As of Connector/NET 8.0.26, an instance of MySqlCommand can be organized to execute simple ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-connection-parameters.html
The SSPI option is only supported by Windows, whereas GSSAPI is supported by both Windows and other operating systems. The connection string overrides the DSN value if both are set. The connection string overrides the DSN value if both are set. On ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-unix-tarball.html
To install the driver from a tarball distribution (.tar.gz file), download the latest version of the driver for your operating system and follow these steps, substituting the appropriate file and directory names based on the package you download ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation.html
Both kinds of drivers are provided in the same download package, and are both installed onto your systems by the installation program or script that comes with the download package. This section explains where to download Connector/ODBC, and how to ...
Displaying 111 to 120 of 1104 total results