Search



Search Results
Displaying 121 to 130 of 441 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-configuration.html
To enable NDB, you must modify the server's my.cnf configuration file, or start the server with the --ndbcluster option. However, should you need to specify that its location is elsewhere, this can be done in my.cnf, or with the mysql client. A ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-connection-strings.html
(See the documentation for the respective executable.) It is also possible to set the connection string for all nodes in the cluster at once by placing it in a [mysql_cluster] section in the management server's my.cnf file. The recommended method ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-add-node-example.html
In this section we provide a detailed example illustrating how to add new NDB Cluster data nodes online, starting with an NDB Cluster having 2 data nodes in a single node group and concluding with a cluster having 4 data nodes in 2 node groups.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgm.html
To make this happen whenever ndb_mgm is run, put the option in the [ndb_mgm] section of the my.cnf file. The ndb_mgm management client process is actually not needed to run the cluster. Its value lies in providing a set of commands for checking the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-backups.html
If the my.cnf file does not specify where to find the management host, you can start the backup process by passing this information to the NDB management client as part of the START BACKUP command. This section discusses making backups and ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-security-mysql-security-procedures.html
Alternatively, you can start the MySQL server process with --user=mysql on the command line, but it is preferable to use the my.cnf option, since you might forget to use the command-line option and so have mysqld running as another user ... In this ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tde.html
You can also place the password in a my.cnf file that can be read by the data node process, but not by other users of the system. The following sections provide information about NDB data node file system encryption. Start the management server ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-commands.html
You can set the prompt option in the [mysql] group of any MySQL option file, such as /etc/my.cnf or the .my.cnf file in your home directory. mysql sends each SQL statement that you issue to the server to be executed. There is also a set of commands ...
https://dev.mysql.com/doc/refman/8.4/en/no-login-pluggable-authentication.html
For example, put these lines in the server my.cnf file, adjusting the .so suffix for your platform as necessary: [mysqld] plugin-load-add=mysql_no_login.so After modifying my.cnf, restart the server to cause the new settings to take effect. The ...
https://dev.mysql.com/doc/refman/8.4/en/pam-pluggable-authentication.html
For example, put these lines in the server my.cnf file: [mysqld] plugin-load-add=authentication_pam.so After modifying my.cnf, restart the server to cause the new settings to take effect. Note PAM pluggable authentication is an extension included ...
Displaying 121 to 130 of 441 total results