Search



Search Results
Displaying 2131 to 2140 of 5414 total results
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
This section describes how to write a server-side audit plugin, using the example plugin found in the plugin/audit_null directory of MySQL source distributions. Within the server, the pluggable audit interface is implemented in the sql_audit.h and ...The audit_null.c and audit_null_variables.h source files in that directory implement an audit plugin named ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-query-priority-queue.html
To view the MySQL HeatWave query history including query start time, end time, and wait time in the scheduling queue, see Section 5.10, “MySQL HeatWave Monitoring”. The scheduler runs MySQL HeatWave AutoML, MySQL HeatWave GenAI, MySQL HeatWave ... MySQL HeatWave uses a workload-aware, priority-based, automated scheduling mechanism to schedule concurrently issued queries for ...
https://dev.mysql.com/doc/workbench/en/wb-home.html
When started, MySQL Workbench opens to the home screen tab. In addition, the home screen provides quick access to MySQL connections, models, and the MySQL Workbench Migration Wizard. As depicted in the following figure, a home-screen side panel ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor-snippets.html
Selecting "Shared" for the first time will request permission for MySQL Workbench to create this shared .mysqlworkbench schema. The My Snippets option stores custom snippets in a file under the MySQL Workbench user's configuration directory. Figure ... The Snippets secondary tab includes built-in, local, and shared custom ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
Enable the new plugin in the configuration file: <?xml version="1.0"?> <configuration> <configSections> <section name="MySQL" type="MySql.Data.MySqlClient.MySqlConfiguration, MySql.Data"/> </configSections> <MySQL> <AuthenticationPlugins> <add ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
Enable the new plugin in the configuration file: <?xml version="1.0"?> <configuration> <configSections> <section name="MySQL" type="MySql.Data.MySqlClient.MySqlConfiguration, MySql.Data"/> </configSections> <MySQL> <AuthenticationPlugins> <add ...
https://dev.mysql.com/doc/refman/8.4/en/caching-sha2-pluggable-authentication.html
For example: $> mysql --ssl-mode=DISABLED -u sha2user -p Enter password: password For this connection attempt by sha2user, the server determines that caching_sha2_password is the appropriate authentication plugin and invokes it (because that was the ... MySQL provides two authentication plugins that implement SHA-256 hashing for user account passwords: caching_sha2_password: Implements SHA-256 authentication (like sha256_password), but uses caching on the server side for better performance and has additional features for wider ...
https://dev.mysql.com/doc/refman/8.4/en/expired-password-handling.html
Pass the CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS flag to mysql_real_connect() at connect time: MYSQL mysql; mysql_init(&mysql); if (!mysql_real_connect(&mysql, host, user, password, db, port, unix_socket, CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS)) { ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-ft-index-table-table.html
The same word can occur several times within the cache table, once for each combination of DOC_ID and POSITION values. The INNODB_FT_INDEX_TABLE table provides information about the inverted index used to process text searches against the FULLTEXT ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-backup.html
In conjunction with the MySQL binary log, users can perform point-in-time recovery. Hot and cold backups are physical backups that copy actual data files, which can be used directly by the mysqld server for faster restore. Using MySQL Enterprise ...
Displaying 2131 to 2140 of 5414 total results