Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
A service record is a specification of data managed by your domain name system that defines the location (host name and port number) of servers for the specified services. The following is a sample connection string: ...In each key-value pair, the ...
https://dev.mysql.com/doc/refman/9.7/en/connection-access.html
When you attempt to connect to a MySQL server, the server accepts or rejects the connection based on these conditions: Your identity and whether you can verify it by supplying the proper credentials. A failure at either step causes the server to ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-redo-log.html
Enabling redo log archiving on the server requires setting a value for the innodb_redo_log_archive_dirs system variable. The Innodb_redo_log_capacity_resized server status variable indicates the total redo log capacity for all redo log files. Redo ... The redo log is a disk-based data structure used during crash recovery to correct data written by incomplete ...
https://dev.mysql.com/doc/refman/9.7/en/replication-gtids-assign-anon.html
This feature enables replication from a source server that does not have GTIDs enabled and does not use GTID-based replication, to a replica that has GTIDs enabled. If it is possible to enable GTIDs on the replication source server, as described in ... You can set up replication channels to assign a GTID to replicated transactions that do not already have ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-online-add-node-example.html
Disconnecting to allow Management Server to shutdown $> Because shutting down the management server causes the management client to terminate, you must start the management server from the system shell. Restarting the cluster management server ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/bugs.backup.html
To avoid the problem, the server administrator should not put into the same directory the system tablespace and a general tablespace of the same basename; if that is unavoidable, do not perform a compressed backup for the database server. Hot ...
https://dev.mysql.com/doc/refman/9.7/en/date-and-time-functions.html
The language used for day and month names and abbreviations is controlled by the value of the lc_time_names system variable (Section 12.16, “MySQL Server Locale Support”). The language used for the name is controlled by the value of the ...The ...Time zones are specified as described in Section 7.1.15, “MySQL Server Time Zone ...
https://dev.mysql.com/doc/refman/9.7/en/features.html
On Windows systems, clients can connect using named pipes if the server is started with the named_pipe system variable enabled. Windows servers also support shared-memory connections if started with the shared_memory system variable enabled. This ...
https://dev.mysql.com/doc/refman/9.7/en/linux-installation-native.html
Many Linux distributions include a version of the MySQL server, client tools, and development components in their native software repositories and can be installed with the platforms' standard package management systems. To start the MySQL server ...This section provides basic instructions for installing MySQL using those package management ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-ip-address-permissions.html
This address is not the same as the MySQL server SQL protocol host and port, and is not specified in the bind_address system variable for the server instance. To specify an allow list manually, use the group_replication_ip_allowlist system variable.