Search Results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-function-reference.html
The following table summarizes all functions available for the MySQL C API.
https://dev.mysql.com/doc/workbench/en/wb-mysql-firewall.html
Setup and Configuration MySQL Workbench can manage the MySQL Enterprise Firewall installation and configuration by installing (or uninstalling) and enabling (or disabling) the plugin, and enabling (or disabling) Firewall Tracer. To prepare MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-introduction.html
Connector/C++ applications that use X DevAPI or X DevAPI for C require a MySQL server that has X Plugin enabled. Connector/C++ applications that use the legacy JDBC-based API neither require nor support X Plugin. X DevAPI and X DevAPI for C ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
DefaultAuthenticationPlugin Takes precedence over the server-side default authentication plugin when a valid authentication plugin is specified (see Section 4.4.4, “Connector/NET Authentication”). The Defaultauthenticationplugin option is ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-authentication.html
OpenID Connect is supported with the authentication_openid_connect_client client-side authentication plugin connecting to MySQL Enterprise Edition with the authentication_openid_connect authentication plugin. FIDO-based authentication is supported ... Connector/ODBC supports different authentication methods, including: Standard authentication using a MySQL username and password, such as ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
DefaultAuthenticationPlugin Takes precedence over the server-side default authentication plugin when a valid authentication plugin is specified (see Section 4.4, “Connector/NET Authentication”). The Defaultauthenticationplugin option is ... This ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-authentication.html
OpenID Connect is supported with the authentication_openid_connect_client client-side authentication plugin connecting to MySQL Enterprise Edition with the authentication_openid_connect authentication plugin. FIDO-based authentication is supported ... Connector/ODBC supports different authentication methods, including: Standard authentication using a MySQL username and password, such as ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-4-0.html
(Bug #36278302) Functionality Added or Changed Removed the dependency on the mysql-client-plugins package from the libmysqlcppconnx package and added it as recommended for the libmysqlcppconn package, as mysql-client-plugins is required only for ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-27.html
(WL #14709) In Connector/ODBC 8.0.26, the capability was introduced for applications that use the classic MySQL connections for accounts that use the authentication_kerberos server-side authentication plugin, provided that the correct Kerberos ...To ...
https://dev.mysql.com/doc/x-devapi-userguide/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...