Search



Search Results
Displaying 711 to 720 of 2264 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options4.html
MYSQL_OPT_CONNECT_ATTR_ADD (argument types: char *, char *) This option adds an attribute key-value pair to the current set of connection attributes to pass to the server at connect time. If the key is empty or already exists in the current set of ... int mysql_options4(MYSQL *mysql, enum mysql_option option, const void *arg1, const void *arg2) Description mysql_options4() is similar to mysql_options() but has an extra fourth argument so that two values can be passed for the option specified in the second ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-proxy-users.html
For a server-side authentication plugin to participate in proxy user support, these conditions must be satisfied: When a connecting client should be treated as a proxy user, the plugin must return a different name in the authenticated_as member of ... One of the capabilities that pluggable authentication makes possible is proxy users (see Proxy ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
Version 8.0.29 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Therefore, Connector/J has added utf8mb3 to its character set ...It is suitable for use with MySQL Server versions 8.0 and ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-2-0.html
Version 8.2.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.2.0 supersedes 8.1 and is recommended for use on production systems. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Functionality ...This release can be used against MySQL Server version 5.7 and ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-bootstrapping.html
The related command line options: --conf-use-sockets: Optionally enable UNIX domain sockets for all four connection types, as demonstrated in the example. This sets the port for classic read-write (PRIMARY) connections, and defaults to 6446. To ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-navigator.html
The Navigator area of the sidebar contains options to manage the active MySQL connection. It also lists the schemas on the server for that connection. To access the Navigator area, open an existing connection (or create a new connection) from the ...If the panel is not visible, click View, Panels, and then Show ...
https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. Include test code to make measurements for the performance of ...The ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config.html
For example, to configure a connection to a MySQL server supporting the world sample database, you might use: <util:map id="dbProps"> <entry key="db.driver" value="com.mysql.cj.jdbc.Driver"/> <entry key="db.jdbcurl" ... The Spring Framework is a ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-gac.html
If the library is installed in the GAC, you must include the connection option includesecurityasserts=true in your connection string. The following list shows steps and code fragments needed to run a Connector/NET application in a partial trust ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-entity-framework-winform-data-source.html
You can now select the localhost(world) connection you made earlier to the database. Select the following items: Yes, include the sensitive data in the connection string. Save entity connection settings in App.config as: worldEntities If you have ...
Displaying 711 to 720 of 2264 total results