Search Results
https://dev.mysql.com/doc/refman/8.4/en/linux-installation-native.html
The libraries are required if you want to provide connectivity from different languages and environments such as Perl, Python and others. Many Linux distributions include a version of the MySQL server, client tools, and development components in ...
https://dev.mysql.com/doc/refman/8.4/en/load-data.html
Because the file contents are sent over the connection by the client to the server, using LOCAL is a bit slower than when the server accesses the file directly. The file can be read from the server host or the client host, depending on whether the ...
https://dev.mysql.com/doc/refman/8.4/en/locale-support.html
Any client can examine the value of lc_time_names or set its SESSION value to affect the locale for its own connection. The locale indicated by the lc_time_names system variable controls the language used to display day and month names and ...
https://dev.mysql.com/doc/refman/8.4/en/log-destinations.html
Logs are accessible remotely through any client that can connect to the server and issue queries (if the client has the appropriate log table privileges). MySQL Server provides flexible control over the destination of output written to the general ...
https://dev.mysql.com/doc/refman/8.4/en/manual-info.html
Example: “The --host option (short form -h) tells the mysql client program the hostname or IP address of the MySQL server that it should connect to”. This is the Reference Manual for the MySQL Database System, version 8.4, through release 8.4.6. Differences between minor versions of MySQL 8.4 are noted in the present text with reference to release numbers ...
https://dev.mysql.com/doc/refman/8.4/en/multiple-unix-servers.html
Thus, connections for those clients are automatically directed to the second server. Note The discussion here uses mysqld_safe to launch multiple instances of MySQL. For MySQL installation using an RPM distribution, server startup and shutdown is ...
https://dev.mysql.com/doc/refman/8.4/en/my-print-defaults.html
A “login path” is an option group containing options that specify which MySQL server to connect to and which account to authenticate as. my_print_defaults displays the options that are present in option groups of option files. The output ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-acid.html
For distributed or hosted data applications, the particular characteristics of the data centers where the hardware for the MySQL servers is located, and network connections between the data centers. The ACID model is a set of database design ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-backup-using-management-client.html
Before starting a backup, make sure that the cluster is properly configured for performing one. If an existing backup_id value is used, the backup fails with the error Backup failed: file already exists. If used, the backup_id must follow ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-file.html
This includes configuration parameters for data nodes and configuration parameters for connections between all nodes in the cluster. Configuring NDB Cluster requires working with two files: my.cnf: Specifies options for all NDB Cluster executables.