Search



Search Results
Displaying 251 to 260 of 3829 total results
https://dev.mysql.com/doc/refman/8.4/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 8.4.0 Type ...[mgm] and [mgm default] are older aliases for these, supported for backward ...
https://dev.mysql.com/doc/refman/8.4/en/session-state-tracking.html
The SENSITIVE_VARIABLES_OBSERVER privilege is required to track changes to the values of sensitive system variables. For descriptions of the tracker-related system variables, see Section 7.1.8, “Server System Variables”. Those system variables ...The tracker mechanism provides a means for MySQL connectors and client applications to determine whether any session context is available to permit session migration from one server to ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
-DWITH_BUILD_ID=bool On Linux systems, generates a unique build ID which is used as the value of the build_id system variable and written to the MySQL server log on startup. See the description of this variable in Section 7.1.8, “Server System ...
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/8.4/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/refman/8.4/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/mysql-enterprise-backup/8.4/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/8.4/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/x-devapi-userguide/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. string usr = prompt("Username:"); string pwd = prompt("Password:"); ...You are prompted to enter the user name and password in this ...
Displaying 251 to 260 of 3829 total results