Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-mgm-definition.html
The [ndb_mgmd] section is used to configure the behavior of the management server. If multiple management servers are employed, you can specify parameters common to all of them in an [ndb_mgmd default] section. Id Version (or later) NDB 9.7.0 Type ...[mgm] and [mgm default] are older aliases for these, supported for backward ...
https://dev.mysql.com/doc/mysql-installer/en/server-type-network.html
This setting defines the amount of system resources (memory) to assign to your MySQL server instance. Manual Prevents MySQL Installer from attempting to optimize the server installation, and instead, sets the default values to the server variables ... Server Configuration Type Choose the MySQL server configuration type that describes your ...Development: ...
https://dev.mysql.com/doc/refman/9.7/en/mysqld.html
For a complete list of options, run this command: mysqld --verbose --help MySQL Server also has a set of system variables that affect its operation as it runs. System variables can be set at server startup, and many of them can be changed at runtime ...MySQL Server also has a set of status variables that provide information about its ... mysqld, also known as MySQL ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-change-path-proc.html
You can change the default installation path, the data path, or both when you install MySQL server. After you have installed the server, the paths cannot be altered without removing and reinstalling the server instance. Note Starting with MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/connecting-disconnecting.html
To connect to the server, you usually need to provide a MySQL user name when you invoke mysql and, most likely, a password. If the server runs on a machine other than the one where you log in, you must also specify a host name. Once you know the ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-moving-data-files-offline.html
The innodb_directories variable, which defines directories to scan at startup for tablespace files, supports moving or restoring tablespace files to a new location while the server is offline. The directories defined by the innodb_data_home_dir, ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-backup-streaming.html
You can either store the single-file backup directly on the remote system, or invoke mysqlbackup with the copy-back-and-apply-log command on the other end to restore the backup to a remote MySQL server. To limit the storage overhead on the database ...To send the single-file backup to standard output, use the mysqlbackup command backup-to-image without specifying the --backup-image ...
https://dev.mysql.com/doc/refman/9.7/en/replication-rules.html
Note All replication filtering options follow the same rules for case sensitivity that apply to names of databases and tables elsewhere in the MySQL server, including the effects of the lower_case_table_names system variable. If a replication ...On ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-create-repl-user.html
Creating a Replication User On a Source Server 8.4 Creating a Replication User On a Source Server The replication user for inbound replication must be present on the source server with the required privileges. The replica uses this user account ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystems-intro.html
MySQL Server 1.2 MySQL Server The MySQL Server on MySQL HeatWave on AWS is built on the MySQL Enterprise Edition Server, which allows developers to quickly create and deploy secure cloud native applications using the world's most popular open ...