Search



Search Results
Displaying 711 to 720 of 2266 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-threaded-clients.html
To avoid aborting the program when a connection terminates, MySQL blocks SIGPIPE on the first call to mysql_library_init(), mysql_init(), or mysql_connect(). Two threads can share the same connection with the following caveats: Unless you are using ... This section provides guidance for writing client programs that use the thread-related functions in the MySQL C ...
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/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
--mysql-root-allow-remote-connection: The root user is allowed to connect from hosts other than localhost. --mysql-studio-port=port#: Replace the default port number (8000) with another one for MySQL Studio's server to listen for connections. The ...
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 ...
Displaying 711 to 720 of 2266 total results