Search Results
                    
                    
            https://dev.mysql.com/doc/heatwave-aws/en/mysql-version-support-schedule.html
                                 MySQL Version Support Schedule in MySQL HeatWave Service 3.1.2.1.4 MySQL Version Support Schedule in MySQL HeatWave Service Each MySQL version is released on its Available Date on MySQL HeatWave on AWS and is deprecated sometime before it is made ...
                                            
                https://dev.mysql.com/doc/heatwave-aws/en/running-autopilot-index-advisor-using-heatwave-console.html
                                Recommendation: It is either DROP or CREATE Schema Name Table Name Indexed Columns Reason: Reason for making the recommendation.  Running Autopilot Index Advisor 11.1 Running Autopilot Index Advisor To run Autopilot Index Advisor, the user must ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-exceptions-changes.html
                                Applications that used to catch the removed exceptions should now catch the corresponding exceptions listed in Table 4.3 below. Note Some of these Connector/J 5.1 exceptions are duplicated in the com.mysql.jdbc.exception.jdbc4 package; that is ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-support-bug-report.html
                                If you have a repeatable bug report, please report it to the bugs database at http://bugs.mysql.com/. If at all possible, create a repeatable, standalone testcase that doesn't involve any third-party classes. In the setUp() method, create code that ... The normal place to report bugs is http://bugs.mysql.com/, which is the address for our bugs ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/apache.html
                                 There are programs that let you authenticate your users from a MySQL database and also let you write your log files into a MySQL table. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
                                For example, if the configured audit_log_file value is audit.log, the effective file name is one of the values shown in the following table. In that case, an archived audit log file has one of the names shown in the following table.  This section ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/binary-varbinary.html
                                Instead, it causes the binary (_bin) collation for the column character set (or the table default character set if no column character set is specified) to be used, and the column itself stores nonbinary character strings rather than binary byte ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/calculating-days.html
                                CREATE TABLE t1 (year YEAR, month INT UNSIGNED, day INT UNSIGNED); INSERT INTO t1 VALUES(2000,1,1),(2000,1,20),(2000,1,30),(2000,2,2), (2000,2,23),(2000,2,23); The example table contains year-month-day values representing visits by users to the page.  The following example shows how you can use the bit group functions to calculate the number of days per month a user has visited a Web ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-collation-implementations.html
                                 MySQL implements several types of collations: Simple collations for 8-bit character sets This kind of collation is implemented using an array of 256 weights that defines a one-to-one mapping from character codes to weights. It is a case-insensitive ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-collation-information-schema.html
                                 String columns in INFORMATION_SCHEMA tables have a collation of utf8mb3_general_ci, which is case-insensitive. However, for values that correspond to objects that are represented in the file system, such as databases and tables, searches in ...For ...