Search Results
                    
                    
            https://dev.mysql.com/doc/connector-j/en/connecting-using-kerberos.html
                                 Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions only) . Support for Kerberos is implemented by Connector/J using the GSS-API, JAAS API, and JCA API; providers for ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-server-authentication.html
                                If the truststore file does not already exist, a new one will be created; otherwise the certificate will be added to the existing file.  Server authentication via server certificate verification is enabled when the Connector/J connection property ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-source-replica-replication-connection.html
                                 This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-statements-callable.html
                                Set the input parameters (if any exist) Input and in/out parameters are set as for PreparedStatement objects. For more information on MySQL stored procedures, please refer to Using Stored Routines. Notice that you have to use JDBC escape syntax, and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/account-locking.html
                                When used with ALTER USER, these clauses specify the new locking state for an existing account. For upgrades from MySQL versions older than 5.7.6, perform the MySQL upgrade procedure to ensure that this column exists.  MySQL supports locking and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/alter-database.html
                                The existing tables within it are part of the general mysql tablespace, which may be encrypted. For existing tables associated with the database, their encryption remains unchanged. alter_option: { [DEFAULT] CHARACTER SET [=] charset_name | ...
                                            
                https://dev.mysql.com/doc/refman/8.4/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/8.4/en/atomic-ddl.html
                                DROP TABLE fails with an error if a named table does not exist, and no changes are made, regardless of the storage engine. DROP VIEW fails if a named view does not exist, and no changes are made. An atomic DDL statement combines the data dictionary ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
                                <AUDIT_RECORD> <TIMESTAMP>2019-10-03T14:09:38 UTC</TIMESTAMP> <RECORD_ID>6_2019-10-03T14:06:33</RECORD_ID> <NAME>Query</NAME> <CONNECTION_ID>5</CONNECTION_ID> <STATUS>0</STATUS> <STATUS_CODE>0</STATUS_CODE> <USER>root[root] @ localhost ... The MySQL ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/backup-methods.html
                                For this statement, the output file cannot already exist because permitting files to be overwritten constitutes a security risk. If your replica is replicating LOAD DATA statements, you should also back up any SQL_LOAD-* files that exist in the ...