Search Results
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-restrictions.html
MySQL HeatWave on AWS Service Restrictions 3.1.2.8 MySQL HeatWave on AWS Service Restrictions The following items are currently not permitted in MySQL HeatWave on AWS: Custom TLS certificates. To change a shape, you must restore a backup of the DB ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log-mysql-database.html
The contents of the grant tables in the mysql database can be modified directly (for example, with INSERT or DELETE) or indirectly (for example, with GRANT or CREATE USER). Statements that affect mysql database tables are written to the binary log ...This pertains to statements such as INSERT, UPDATE, DELETE, REPLACE, DO, LOAD DATA, SELECT, and TRUNCATE ...
https://dev.mysql.com/doc/refman/8.4/en/charset-mysql.html
MySQL Server supports multiple character sets, including several Unicode character sets. mysql> SHOW CHARACTER SET; +----------+---------------------------------+---------------------+--------+ | Charset | Description | Default collation | Maxlen | ...To display the available character sets, use the INFORMATION_SCHEMA CHARACTER_SETS table or the SHOW CHARACTER SET ...
https://dev.mysql.com/doc/refman/8.4/en/gis-mysql-specific-functions.html
MySQL provides a set of useful nonstandard functions for creating geometry values. The functions described in this section are MySQL extensions to the OpenGIS specification. Also, functions such as ST_GeomFromText() that accept WKT geometry ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-data-masking.html
MySQL Enterprise Edition 5.7 and higher includes MySQL Enterprise Data Masking and De-Identification, implemented as a plugin library containing a plugin and several loadable functions. MySQL Enterprise Data Masking and De-Identification functions ...Data masking hides sensitive information by replacing real values with ...
https://dev.mysql.com/doc/refman/8.4/en/problems-with-mysql-sock.html
The default location for the Unix socket file that the server uses for communication with local clients is /tmp/mysql.sock. (For some distribution formats, the directory might be different, such as /var/lib/mysql for RPMs.) On some versions of ...
https://dev.mysql.com/doc/refman/8.4/en/updating-apt-repo.html
On Debian and Ubuntu platforms, to perform an in-place upgrade of MySQL and its components, use the MySQL APT repository.
https://dev.mysql.com/doc/refman/8.4/en/updating-sles-repo.html
On the SUSE Linux Enterprise Server (SLES) platform, to perform an in-place upgrade of MySQL and its components, use the MySQL SLES repository.
MySQL Cluster Manager 8.4 User Manual :: 4.5 Importing MySQL NDB Clusters into MySQL Cluster Manager
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster.html
It is possible to bring a “wild” MySQL NDB Cluster—that is, a cluster not created using MySQL Cluster Manager—under the control of MySQL Cluster Manager. The following sections provide an outline of the procedure required to import such a ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
Version 8.0.19 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. Once all hosts have been tried and no connections can be made, Connector/J throws ...It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X ...