Search



Search Results
Displaying 1591 to 1600 of 5220 total results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign-procedure.html
Sign-up Procedure 2.2.2 Sign-up Procedure To sign up for MySQL HeatWave on AWS: Create an Oracle Cloud Account (or proceed to Step 2 below if you already have one): Navigate to https://cloud.mysql.com and click Sign Up. Complete the Account ...In ...
https://dev.mysql.com/doc/connector-j/en/connector-j-exceptions-changes.html
Note Some of these Connector/J 5.1 exceptions are duplicated in the com.mysql.jdbc.exception.jdbc4 package; that is indicated by “[jdbc4.]” in their names in Table 4.3. Some exceptions have been removed from Connector/J going from version 5.1 ...
https://dev.mysql.com/doc/connector-j/en/connector-j-installing-source.html
To just get MySQL Connector/J up and running on your system, install Connector/J using a standard binary release distribution; see Section 4.1, “Installing Connector/J from a Binary Distribution” for instructions. To install MySQL Connector/J ...
https://dev.mysql.com/doc/refman/8.4/en/bit-value-literals.html
In numeric contexts, MySQL treats a bit literal like an integer. A leading 0b is case-sensitive and cannot be written as 0B. To ensure numeric treatment of a bit literal, use it in numeric context. For example, a bit literal assigned to a ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-monitoring.html
statement/clone/client: Tracks remote cloning statement events that occur on the recipient MySQL server instance; generated when executing a CLONE INSTANCE statement on the recipient. statement/clone/server: Tracks remote cloning statement events ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-replication.html
During the cloning operation, both the binary log position (filename, offset) and the gtid_executed GTID set are extracted and transferred from the donor MySQL server instance to the recipient. To clone for replication, perform the following steps: ...In addition to cloning data, a cloning operation extracts replication coordinates from the donor and transfers them to the recipient, which enables using the clone plugin for provisioning Group Replication members and ...
https://dev.mysql.com/doc/refman/8.4/en/environment-variables.html
LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN Enable mysql_clear_password authentication plugin; see Section 8.4.1.4, “Client-Side Cleartext Pluggable Authentication”. Use of MYSQL_PWD to specify a MySQL password must be considered extremely insecure and ...
https://dev.mysql.com/doc/refman/8.4/en/grant-tables.html
The value is non-NULL only for accounts that use a MySQL built-in authentication plugin (mysql_native_password which is deprecated, sha256_password which is deprecated, or caching_sha2_password). Example: An account that has a secondary password and ... The mysql system database includes several grant tables that contain information about user accounts and the privileges held by ...The ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-optimization.html
By default, MySQL retrieves cached values for those columns from the mysql.index_stats and mysql.innodb_table_stats dictionary tables when the columns are queried, which is more efficient than retrieving statistics directly from the storage engine.
https://dev.mysql.com/doc/refman/8.4/en/innodb-buffer-pool-resize.html
$> mysqld --innodb-buffer-pool-size=8G --innodb-buffer-pool-instances=16 mysql> SELECT @@innodb_buffer_pool_size/1024/1024/1024; +------------------------------------------+ | @@innodb_buffer_pool_size/1024/1024/1024 | ... You can configure InnoDB ...
Displaying 1591 to 1600 of 5220 total results