Search Results
                    
                    
            https://dev.mysql.com/doc/connector-net/en/connector-net-versions.html
                                 MySQL Connector/NET 9.x series is a continuation of Connector/NET 8.x series, but now named to synchronize with the (latest) MySQL server version it supports. For general guidance about configuring the server and clients for secure connections, see ...Connector/NET customizes Entity Framework Core to operate with MySQL data, enables compression in the .NET driver implementation, and extends cross-platform support to Linux and ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-reference-using-ssl.html
                                There is a performance penalty for enabling connection encryption, the severity of which depends on multiple factors including (but not limited to) the size of the query, the amount of data returned, the server hardware, the SSL library used, the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-requirements.html
                                You may set sql_require_primary_key=ON for a server instance where Group Replication is running, and you may set the REQUIRE_TABLE_PRIMARY_KEY_CHECK option of the CHANGE REPLICATION SOURCE TO statement to ON for a Group Replication channel. MySQL ...
                                            
                https://dev.mysql.com/doc/mysql-errors/8.4/en/client-error-reference.html
                                Here is an example client error message, as displayed by the mysql client: $> mysql -h no-such-host ERROR 2005 (HY000): Unknown MySQL server host 'no-such-host' (0) Each client error message includes an error code, SQLSTATE value, and message ...In ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-mysqld.html
                                (For information about mysqld options and variables, in addition to those discussed in this section, which are relevant to NDB Cluster, see Section 25.4.3.9, “MySQL Server Options and Variables for NDB Cluster”.) If the mysqld binary has been ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html
                                After an account's password has been expired, all operations performed by the account in subsequent connections to the server result in an error until the user issues an ALTER USER statement to establish a new account password.  The mysql system ...
                                            
                https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-unsupported-features.html
                                 Unsupported MySQL Server Features 3.1.2.4 Unsupported MySQL Server Features The following features of MySQL Server are currently unsupported in MySQL HeatWave on AWS: Authentication plugins other than Native Pluggable Authentication ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-administration.html
                                 MySQL Server (mysqld) is the main program that does most of the work in a MySQL installation. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
                                For security reasons, write the audit log file to a directory accessible only to the MySQL server and to users with a legitimate reason to view the log. Value Description ALL Log all events LOGINS Log only login events QUERIES Log only query events ...Audit Log Tables MySQL Enterprise Audit uses tables in the mysql system database for persistent storage of filter and user account ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/stored-programs-logging.html
                                By default, this variable has a value of 0, but you can change it like this: mysql> SET GLOBAL log_bin_trust_function_creators = 1; You can also set this variable at server startup. That is, MySQL writes the following statements to the binary log: ... The binary log contains information about SQL statements that modify database ...