Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
(Bug #33237255, Bug #104641) When cacheServerConfiguration was enabled and subsequent connections were configured with different character set options, inserting strings into a table resulted in an Incorrect string value error from the server.
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
(Bug #109243, Bug #34852047) When the connection property useLocalTransactionState was set to true, after a number of insert statements were executed and the last one hit a unique constraint check, the transaction could not be rolled back. Version ...
https://dev.mysql.com/doc/relnotes/mysql-ai/en/news-9-6-0.html
This update enables users to efficiently merge new data from CSV files with existing data in the table, leveraging a temporary duplicate table and parallel readers to compare and insert records in the appropriate order. AutoML InnoDB Notes Bugs ...
https://dev.mysql.com/doc/refman/9.7/en/access-control.html
The primary function of the MySQL privilege system is to authenticate a user who connects from a given host and to associate that user with privileges on a database such as SELECT, INSERT, UPDATE, and DELETE. MySQL enables the creation of accounts ...
https://dev.mysql.com/doc/refman/9.7/en/assigning-passwords.html
Operations that assign or modify passwords are permitted only to users with the CREATE USER privilege, or, alternatively, privileges for the mysql database (INSERT privilege to create new accounts, UPDATE privilege to modify existing accounts).
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-filtering.html
It is also possible to modify the audit log tables directly using statements such as INSERT, UPDATE, and DELETE, but such changes do not affect filtering immediately. Note For audit log filtering to work as described here, the audit log component ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-logging-configuration.html
(Rotation does not occur if encryption is disabled.) The component renames the original file by inserting a timestamp just after its base name. This section describes how to configure audit logging characteristics, such as the file to which the ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-reference.html
If instead you modify the contents of those tables directly using statements such as INSERT, UPDATE, and DELETE, the changes do not affect filtering immediately. Audit Log Tables MySQL Enterprise Audit uses tables in the mysql system database for ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-filtering.html
It is also possible to modify the audit log tables directly using statements such as INSERT, UPDATE, and DELETE, but such changes do not affect filtering immediately. Important The audit_log plugin is deprecated, and is being replaced by the ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-logging-configuration.html
(Rotation does not occur if encryption is disabled.) The plugin renames the original file by inserting a timestamp just after its base name. Important The audit_log plugin is deprecated, and is being replaced by the audit_log component. Deprecation ...