Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows-service.html
Important Installation of the MySQL Cluster Manager agent as a service is recommended. However, you should not install MySQL NDB Cluster processes (ndb_mgmd.exe, ndbd.exe, ndbmtd.exe, mysqld.exe) as services on Windows hosts to be used as MySQL NDB ...The installation also configures the agent to start automatically whenever Windows starts, and to shut down safely whenever Windows shuts ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-example-data.html
Working with database tables and data in NDB Cluster is not much different from doing so in standard MySQL. To create a copy of the entire world database on the SQL node, use mysqldump on the noncluster server to export the database to a file named ... Note The information in this section applies to NDB Cluster running on both Unix and Windows ...
https://dev.mysql.com/doc/refman/8.4/en/windows-upgrading.html
To upgrade MySQL on Windows, either download and execute the latest MySQL Server MSI or use the Windows ZIP archive distribution. Note Unlike MySQL 8.4, MySQL 8.0 uses MySQL Installer to install and upgrade MySQL Server along with most other MySQL ...The approach you select depends on how the existing installation was ...
https://dev.mysql.com/doc/workbench/en/heatwave-migration-assistant.html
The MySQL HeatWave Migration Assistant allows you to migrate on-premises databases to MySQL HeatWave DB Systems in Oracle Cloud Infrastructure (OCI). Overview The MySQL HeatWave Migration Assistant performs the following tasks during the migration ...This is a separate feature that is unrelated to Chapter 10, Database Migration ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-administration-standard-rules.html
When enabled, it causes a MySQL server to write informational log events such as row query log events to its binary log. These events are normally ignored by MySQL, and later programs reading the binary log, and so cause no issues when replicating ...The binary log enables point-in-time recovery, preventing data loss during a disaster recovery ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-heatwave-editing.html
Editing a MySQL HeatWave Cluster 4.2.2 Editing a MySQL HeatWave Cluster Use the Console to edit the MySQL HeatWave Cluster. You can change the display name, description, the shape of the nodes, or the number of nodes for the MySQL HeatWave Cluster.
https://dev.mysql.com/doc/refman/8.4/en/can-not-connect-to-server.html
A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through a file in the file system (default /tmp/mysql.sock), or by using TCP/IP, which connects through a port number. If the ...A ...
https://dev.mysql.com/doc/refman/8.4/en/connecting.html
This section describes use of command-line options to specify how to establish connections to the MySQL server, for clients such as mysql or mysqldump. For information on establishing connections using URI-like connection strings or key-value ...
https://dev.mysql.com/doc/refman/8.4/en/macos-installation-notes.html
You should keep the following issues and notes in mind: Other MySQL installations: The installation procedure does not recognize MySQL installations by package managers such as Homebrew. The installation and upgrade process is for MySQL packages ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-binary.html
(For the most recent 64-bit NDB 8.4 release, this is mysql-cluster-gpl-8.4.6-linux-glibc2.12-x86_64.tar.gz.) We assume that you have placed this file in each machine's /var/tmp directory. If you require a custom binary, see Section 2.8.5, ... This ...