Search



Search Results
Displaying 2041 to 2050 of 4186 total results
https://dev.mysql.com/doc/c-api/9.7/en/mysql-load-plugin.html
The plugin API does not require a connection to a MySQL server, but this structure must be properly initialized. Another way to cause plugins to be loaded is to set the LIBMYSQL_PLUGINS environment variable to a list of semicolon-separated plugin ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-vault.html
The vault provides a convenient secure storage for passwords used to access MySQL servers. By using the vault, you need not enter credentials every time MySQL Workbench attempts to connect to a server. For systems with the GNOME desktop ...For ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-authentication.html
By default, Connector/J honors the server-side default authentication plugin, which is known after receiving the initial handshake packet, and falls back to this property's default value if that plugin cannot be used. However, when a value is ...If ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-configuration-properties.html
Configuration properties define how Connector/J will make a connection to a MySQL server. If you specify a configuration property in the URL without providing a value for it, nothing will be set; for example, adding useServerPrepStmts alone to the ...Unless otherwise noted, properties can be set for a DataSource object or for a Connection ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
Spring is not only a system for configuring components, but also includes support for aspect oriented programming (AOP). For example, to configure a connection to a MySQL server supporting the world sample database, you might use: <util:map ... The ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
Replace the generic connection string with one that is appropriate for your MySQL server configuration. The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the database.
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-document-store.html
Minimum Requirements MySQL Server 8.0.11 with X Protocol enabled Connector/NET 8.0.11 Visual Studio 2013/2015/2017 world_x database sample Import the Document Store Sample A MySQL script is provided with data and a JSON collection. Connect to the ...
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. Prerequisites The ODBC driver is linked against the MySQL Server ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-bug-report.html
If the program works with another SQL server, include an ODBC log file where you perform exactly the same SQL statements so that we can compare the results between the two systems. If you encounter difficulties or problems with Connector/ODBC, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-example.html
Replace the generic connection string with one that is appropriate for your MySQL server configuration. The Code First approach enables you to define an entity model in code, create a database from the model, and then add data to the database.
Displaying 2041 to 2050 of 4186 total results