Search



Search Results
Displaying 791 to 800 of 2701 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
Existing attribute settings in the cluster must have process-level scope to be inherited by new processes added later; instance-level settings set for existing process instances prior to adding any new ones do not apply to any of the added processes. Any hosts referenced in the list must be members of the site to which the cluster ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-change-process.html
change process [--sequential-restart] old_proc_type[:proc-id]=new_proc_type cluster_name old_proc_type | new_proc_type: {ndbd|ndbmtd} This command is used to change the process type for a given MySQL NDB Cluster process or group of MySQL NDB ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows.html
You should read the license text in the text area, and when you have done so, check the box labelled I accept the terms in the License Agreement. Until you have checked the box, you cannot complete the MySQL Cluster Manager installation; it is ...
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-using-import-cluster-test-and-migrate.html
As described previously, each cluster process (other than a process whose type is ndbapi) being brought under MySQL Cluster Manager control must have a valid PID file. Testing and performing the migration of a standalone MySQL NDB Cluster into ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-mcmd.html
This option works only if no sites have been created yet. If you have multiple sinks defined, they can be customized under the corresponding sections of [syslog], [filelog], and [eventlog] in the configuration file using the filename and level ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/client-error-reference.html
In addition to the errors in the following list, the client library can also produce error messages that have error codes in the range from 1 to 999. Client error messages originate from within the MySQL client library. Here is an example client ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-introduction.html
For example, if you have BLOB values that contain up to 16MB of data, you must have a communication buffer limit of at least 16MB (in both server and client). The C API provides low-level access to the MySQL client/server protocol and enables C ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-change-user.html
mysql_change_user() fails if the connected user cannot be authenticated or does not have permission to use the database. Pass a db parameter of NULL if you do not want to have a default database. ER_DBACCESS_DENIED_ERROR The user did not have access ... bool mysql_change_user(MYSQL *mysql, const char *user, const char *password, const char *db) Description Changes the user and causes the database specified by db to become the default (current) database on the connection specified by ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/server-plugin-descriptors.html
mysql_declare_plugin_end; Each server plugin must have a general descriptor that provides information to the server plugin API. These flags are available: #define PLUGIN_OPT_NO_INSTALL 1UL /* Not dynamically loadable */ #define ... Every plugin ...
Displaying 791 to 800 of 2701 total results