Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-mem.html
The MySQL Enterprise Monitor is a companion product to the MySQL Server that enables monitoring of MySQL instances and their hosts, notification of potential issues and problems, and advice on how to correct issues. Among its other functions, it ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/platforms.compatibility.html
Users should perform tests on their systems to make sure cross-platform restores work as desired. MySQL Enterprise Backup is by nature cross-platform compatible when running on the Linux and Windows operating systems: backups on a Linux machine ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/standard-options.html
--force: (Deprecated and ignored ): By default, some of the operations halt rather than overwrite any user data or log files when told to write to existing files. The general options are options of a general nature, or options that are not ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables.html
Range: The default value of the attribute, if not set by the user, and the minimum and maximum values that can be set for the attribute. This appendix provides tables of configuration attributes, grouped according to their process type or by the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-update-process.html
Instead of using the start process command to restart the process, a user might have restarted the process manually, which would have restored the process but left mcmd without the knowledge of the restore. update process [--remove-angel] ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-what-is-new.html
The command-line format of the following options has been deprecated since release 8.0.30, and it can no longer be used now: --bind-port --copy-port --xcom-port --mcmd-user Use the --mcmd.[option] format instead, or specify the options in the ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. It lists all error messages produced by server and client programs in MySQL 8.4. This document accompanies Error Messages and Common ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-data-structures.html
This section describes data structures specific to asynchronous C API functions. For information about general-purpose C API data structures, see Section 5.2, “C API Basic Data Structures”. The value may be one of the CONNECT_STAGE_ symbols ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-auto-reconnect.html
The MySQL client library can perform an automatic reconnection to the server if it finds that the connection is down when you attempt to send a statement to the server to be executed. If auto-reconnect is enabled, the library tries once to ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
To connect to the server, call mysql_init() to initialize a connection handler, then call a connection-establishment function such as mysql_real_connect() with that handler (along with other information such as the host name, user name, and ...