Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...Popular logging frameworks such as java.util.logging, logback, and log4j are supported by ...
https://dev.mysql.com/doc/refman/9.7/en/audit-api-message-emit.html
Because installing and uninstalling the audit_api_message_emit component installs and uninstalls the audit_api_message_emit_udf() function that the component implements, it is not necessary to use CREATE FUNCTION or DROP FUNCTION to do so. The ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-routing-guidelines-syntax.html
All new Routing Guidelines are created with their version set to 1.0. $.router.tags.tagName: (string) matches the user-defined tagName value defined in the metadata for that router. $.server.tags.tagName: (string) matches the user-defined tagName ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-connection-openid-oauth.html
For example: CREATE USER 'MySQLUser'@'%' IDENTIFIED WITH 'authentication_openid_connect' AS '{"identity_provider":"IdentityProviderName", "user":"UserID"}'; The token file must contain the following: iss: Issuer Identifier for the Issuer of the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-pluggable-password-store.html
When MySQL Shell is running in interactive mode, password retrieval is performed whenever a new session is initiated and the user is going to be prompted for a password. To make working with MySQL Shell more fluent and secure you can persist the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-reporting-run.html
Built-in reports and user-defined reports that have been registered with MySQL Shell can be run in any interactive MySQL Shell mode (JavaScript, Python, or SQL) using the \show or \watch command, or called using the shell.reports object from ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ldap-sasl-kerberos.html
Connection values for the LDAP Sasl/Kerberos connection method include: Parameters Tab Hostname: The host name or IP address of the MySQL server with an account that has the Kerberos principal name as the user name and that authenticates using the ... The LDAP Sasl/Kerberos connection method is supported as an LDAP authentication method for MySQL servers and MySQL Workbench on Linux ...
https://dev.mysql.com/doc/connector-odbc/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. If you are using a Commercial release of MySQL Connector/ODBC, see the MySQL Connector/ODBC 9.7 Commercial License Information User ... Abstract This manual describes how to install and configure MySQL Connector/ODBC, the driver that enables ODBC applications to communicate with MySQL servers, and how to use it to develop database ...
https://dev.mysql.com/doc/mysql-installer/en/server-type-network.html
You can set the level of access control based on the Windows user (or users) running the client as follows: Minimum access to all users (RECOMMENDED). If the minimum-access option is too restrictive for the client software, use this option to reduce ... Server Configuration Type Choose the MySQL server configuration type that describes your ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjexception.html
User exceptions are caused by user error, for example providing a connect string that refers to an unavailable host or port. If a user exception is detected during bootstrapping (acquiring a SessionFactory), it is thrown as a fatal exception.