Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-cluster-setup-creating.html
You can connect to an agent process running on any of the cluster hosts, using the mcm client on any computer that can establish a network connection to the desired host. In this section, we discuss the procedure for using MySQL Cluster Manager to ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-verify-pid-files.html
Let us look into the PID file being referred to in the last example: $> more /home/ari/bin/cluster/wild-cluster/51/data//localhost.localdomain.pid 12136 The PID file for the SQL node is at an acceptable location (inside the data directory) and has ... You must verify that each process in the wild cluster has a valid PID ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/index.html
Abstract This document contains information about changes in MySQL Cluster Manager version 8.4. Updates to these notes occur as new product features are added, so that everybody can follow the development process. If a recent version is listed here ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-1.html
It is suitable for use with MySQL NDB Cluster 8.4, 8.0, and 7.6. It was removed due to a dependency on a version of the server which is also no longer available for download. Version 8.4.1 is the latest General Availability release of the 8.4 LTS ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. (Bug #29402209, Bug #94457) When the server's session time zone setting was not understandable by Connector/J (for example, it was set to CEST), a connection could not be established ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (Bug #31510398, Bug #99708) When a SecurityManager was in place, connections to a MySQL Server could not be established unless the client had been properly configured to use ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-30.html
It is suitable for use with MySQL Server versions 8.0 and 5.7. Version 8.0.30 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI.
https://dev.mysql.com/doc/relnotes/mysql-ai/en/index.html
Abstract This document contains release notes for the changes in each release of MySQL AI. Updates to these notes occur as new product features are added, so that everybody can follow the development process. If a recent version is listed here that ...
https://dev.mysql.com/doc/refman/9.7/en/alter-view.html
ALTER [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}] [MATERIALIZED] ... [DEFINER = user] [SQL SECURITY { DEFINER | INVOKER }] VIEW view_name [(column_list)] AS select_statement [WITH [CASCADED | LOCAL] CHECK OPTION] This statement changes the ...
https://dev.mysql.com/doc/refman/9.7/en/apis-php-info.html
The MySQL PHP API manual is now published in standalone form, not as part of the MySQL Reference Manual.