Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-data-types.html
Numeric data types: BIGINT BOOL DECIMAL DOUBLE FLOAT INT INTEGER MEDIUMINT SMALLINT TINYINT Temporal data types: DATE DATETIME TIME TIMESTAMP YEAR Temporal types are only supported with strict SQL mode. Columns with unsupported data types must be ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-dbsystem-privatelink.html
If the MySQL client is connecting to the DB System with the VERIFY_CA or VERIFY_IDENTITY connection mode, a HeatWave Certificate Authority bundle. For example, run a mysql client in your AWS account with the following command: mysql -h <hostname> -u ... Connecting to a DB System With a PrivateLink 6.1.4 Connecting to a DB System With a PrivateLink Connect to a DB System in MySQL HeatWave on AWS with a PrivateLink using a MySQL clients (for example, mysqlor MySQL Shell) or MySQL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-connection.html
Since Version 5.1.25 connectionLifecycleInterceptors A comma-delimited list of classes that implement 'com.mysql.cj.jdbc.interceptors.ConnectionLifecycleInterceptor' that should be notified of connection lifecycle events (creation, destruction, ...
https://dev.mysql.com/doc/refman/8.4/en/account-categories.html
If the user that puts a server in offline mode does not have the SYSTEM_USER privilege, connected client users who have the SYSTEM_USER privilege are also not disconnected. However, these users cannot initiate new connections to the server while it ... MySQL incorporates the concept of user account categories, based on the SYSTEM_USER ...
https://dev.mysql.com/doc/refman/8.4/en/communication-errors.html
If a transfer goes in burst-pause-burst-pause mode, you are experiencing a Linux duplex syndrome. Switch the duplex mode for both your network card and hub/switch to either full duplex or to half duplex and test the results to determine the best ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-select.html
Such statements produce a warning in the error log when using statement-based mode and are written to the binary log using the row-based format when using MIXED mode. You can create one table from another by adding a SELECT statement at the end of ...
https://dev.mysql.com/doc/refman/8.4/en/enum.html
If strict SQL mode is enabled, attempts to insert invalid ENUM values result in an error. Duplicate values in the definition cause a warning, or an error if strict SQL mode is enabled. An ENUM is a string object with a value chosen from a list of ...
https://dev.mysql.com/doc/refman/8.4/en/expressions.html
The precedence and meaning of some operators depends on the SQL mode: By default, || is a logical OR operator. This section lists the grammar rules that expressions must follow in MySQL and provides additional information about the types of terms ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-tablespace-encryption.html
It uses Electronic Codebook (ECB) block encryption mode for tablespace key encryption and Cipher Block Chaining (CBC) block encryption mode for data encryption. Is data decrypted for users who are authorized to see it? A.17.2. What are the ...
https://dev.mysql.com/doc/refman/8.4/en/firewall.html
For a given account, the firewall can operate in recording, protecting, or detecting mode, for training in the accepted statement patterns, active protection against unacceptable statements, or passive detection of unacceptable statements. The ...