Search



Search Results
Displaying 261 to 270 of 3329 total results
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
mysqld, also known as MySQL Server, is a single multithreaded program that does most of the work in a MySQL installation. When MySQL server starts, it listens for network connections from client programs and manages access to databases on behalf of ...MySQL Server manages access to the MySQL data directory that contains databases and ...The data ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-agent-remote.html
Typically, the Agent runs on the same machine as the MySQL servers that it is monitoring. To monitor MySQL servers running on remote hosts, you can install the Agent on a machine other than the one hosting the MySQL server. The process for ...For ...
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. (NDB 8.4.0) This is the port number ...[mgm] and [mgm default] are older aliases for these, supported for backward ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
--server-ssl-cipher SSL Cipher for Server --server-ssl-crl The path to the file containing the certificate revocation lists in PEM format --server-ssl-crlpath The path to the directory that contains the certificate revocation list files in PEM ...
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/refman/8.4/en/session-state-tracking.html
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 another. Transaction state tracking enables this, which is ...A ...
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 ...
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/mysql-server-plugins-components.html
Plugins and Components 3.1.2.6 Plugins and Components The following MySQL Server plugins and components are loaded by default. MySQL Enterprise Thread Pool Implements a thread pool that increases server performance by efficiently managing statement ...For more information, refer to MySQL Enterprise Thread Pool, in the MySQL Reference ...
Displaying 261 to 270 of 3329 total results