Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html
With this fix, RPM and DEB packages for Connector/J create a symbolic link to make the old name /usr/share/java/mysql-connector-java.jar point to the new name /usr/share/java/mysql-connector-j.jar. It was because Connector/J lost track of the ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-5-7.html
This section provides information about keywords and reserved words in MySQL 5.7. MySQL 5.7 Keywords and Reserved Words MySQL 5.7 New Keywords and Reserved Words MySQL 5.7 Removed Keywords and Reserved Words MySQL 5.7 Keywords and Reserved Words ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-secure-connections.html
To configure these options explicitly, add them under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): ssl_ca=ca.pem ssl_cert=server-cert.pem ssl_key=server-key.pem By default, the MySQL server accepts TCP/IP connections from ...Restart the server to apply the configuration changes: $> systemctl restart mysqld Distributing Client Certificate and Key Files Client certificate and key files are created in the MySQL data directory by ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-privatelink-limitations.html
When you configure a user to connect to a DB System over a PrivateLink, you cannot specify public or private IP addresses in the host_name field of the MySQL account names. PrivateLink Limitations 6.5 PrivateLink Limitations You can only create one ...You cannot change the value of the configuration variable, max_connect_errors of you DB ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-sles-repo.html
A password for the superuser is set and stored in the error log file. The MySQL SLES repository provides RPM packages for installing and managing the MySQL server, client, and other components on SUSE Enterprise Linux Server. Adding the MySQL SLES ...
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-yum-repo.html
A password for the superuser is set and stored in the error log file. Before You Start As a popular, open-source software, MySQL, in its original or re-packaged form, is widely installed on many systems from various sources, including different ...
https://dev.mysql.com/doc/refman/8.4/en/sys-schema.html
The MySQL upgrade procedure produces an error if a sys schema exists but has no version view, on the assumption that absence of this view indicates a user-created sys schema. Use of the dedicated mysql.sys account avoids problems that occur if a DBA ... MySQL 8.4 includes the sys schema, a set of objects that helps DBAs and developers interpret data collected by the Performance ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-cloudwatch-monitoring.html
Follow these steps to set up or reconfigure CloudWatch monitoring for your DB System (requires logging in to your AWS account): Create an AWS IAM role and policy in your AWS account for CloudWatch Monitoring. You can also create alarms and ...These ... CloudWatch Monitoring 17.1 CloudWatch Monitoring MySQL HeatWave on AWS supports AWS CloudWatch for detailed monitoring of your DB Systems and MySQL HeatWave ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-unsupported.html
If a prefix is used as part of an index specification in a statement such as CREATE TABLE, ALTER TABLE, or CREATE INDEX, the prefix is not created by NDB. A statement containing an index prefix, and creating or modifying an NDB table, must still be ... A number of features supported by other storage engines are not supported for NDB ...
https://dev.mysql.com/doc/refman/8.4/en/show-table-status.html
Create_options shows the ENCRYPTION clause for file-per-table tablespaces if the table is encrypted or if the specified encryption differs from the schema encryption. The encryption clause is not shown for tables created in general tablespaces. When ... SHOW TABLE STATUS [{FROM | IN} db_name] [LIKE 'pattern' | WHERE expr] SHOW TABLE STATUS works like SHOW TABLES, but provides a lot of information about each non-TEMPORARY ...