Search



Search Results
Displaying 791 to 800 of 3567 total 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/8.4/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/relnotes/mysql/8.4/en/news-8-4-5.html
This prevented both analyzing the problem (using, for example, SHOW CREATE TABLE) and addressing it (such as with an ALTER TABLE ... We then try to open such tables, and if we fail to do so, we alert the user. ABORT is the default; this enables the ...(Bug #37570206) Audit Log Notes <COMMAND_CLASS> was not populated for ...
https://dev.mysql.com/doc/mysql-shell/9.4/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.4/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.4/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.4/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/refman/8.4/en/innodb-fulltext-index.html
Full-text indexes are created on text-based columns (CHAR, VARCHAR, or TEXT columns) to speed up queries and DML operations on data contained within those columns. A full-text index is defined as part of a CREATE TABLE statement or added to an ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-columns-range.html
However, the order of the column names in the partitioning column list and the value lists does not have to be the same as the order of the table column definitions in the main part of the CREATE TABLE statement. In addition, changing the character ... Range columns partitioning is similar to range partitioning, but enables you to define partitions using ranges based on multiple column ...
https://dev.mysql.com/doc/refman/8.4/en/general-thread-states.html
After create This occurs when the thread creates a table (including internal temporary tables), at the end of the function that creates the table. This state is used even if the table could not be created due to some error. This state occurs after ... The following list describes thread State values that are associated with general query processing and not more specialized activities such as ...
Displaying 791 to 800 of 3567 total results