Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
Once you have the client private key and certificate files you want to use, you need to import them into a Java keystore so that they can be used by the Java SSL library and Connector/J. The server may want to authenticate a client and require the ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
This can be accomplished by either importing the certificate (ca.pem or any other certificate) into the Java default truststore (although tampering the default truststore is not recommended) or by importing it into a custom Java truststore file and ... Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-unix.html
In the directory where you unzipped the connector to, change into the bin subdirectory. In the current directory enter the gacutil command: #> gacutil /i MySql.Data.dll This will register MySql.Data into the GAC. There is no installer available for ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
Collections The collections can be broadly grouped into two types: collections that are common to all data providers, and collections specific to a particular provider. The GetSchema() method of the connection object can be used to retrieve schema ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
Connecting to the Server Using a Store-Based Certificate The first step is to import the PFX file, client.pfx, into the Personal Store. Click Finish to close the wizard and import the certificate into the personal store. Instead, Windows includes a ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-stored-procedures.html
Putting database-intensive operations into stored procedures lets you define an API for your database application. You can reuse this API across multiple applications and multiple programming languages. This technique avoids duplicating database ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-access-import.html
To import tables from MySQL to Access, follow these instructions: Open the Access database into which that you want to import MySQL data. Figure 5.18 External Data: ODBC Database In the Get External Data dialog box that appears, choose Import the ...Figure 5.19 Get External Data: ODBC Database The Select Data Source dialog box ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
If you are using a character set that is not compiled into the MySQL client library, install the MySQL character definitions from the charsets directory into SHAREDIR (by default, /usr/local/mysql/share/mysql/charsets). You need the following tools ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-unix.html
In the directory where you unzipped the connector to, change into the bin subdirectory. In the current directory enter the gacutil command: #> gacutil /i MySql.Data.dll This will register MySql.Data into the GAC. There is no installer available for ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-getschema.html
Collections The collections can be broadly grouped into two types: collections that are common to all data providers, and collections specific to a particular provider. The GetSchema() method of the connection object can be used to retrieve schema ...