Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 251 to 260 of 675 total results
https://dev.mysql.com/doc/refman/9.7/en/multiple-windows-command-line-servers.html
To shut down the servers, connect to each using the appropriate port number: C:\> C:\mysql\bin\mysqladmin --port=3307 --host=127.0.0.1 --user=root --password shutdown C:\> C:\mysql\bin\mysqladmin --port=3308 --host=127.0.0.1 --user=root --password ... The procedure for starting a single MySQL server manually from the command line is described in Section 2.3.3.6, “Starting MySQL from the Windows Command ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-ndbinfo-membership.html
The membership table describes the view that each data node has of all the others in the cluster, including node group membership, president node, arbitrator, arbitrator successor, arbitrator connection states, and other information. If the ...We ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-quick.html
Connect to the server and verify that the NDBCLUSTER storage engine is enabled: $> mysql Welcome to the MySQL monitor. Your MySQL connection id is 1 to server version: 9.7.0 Type 'help;' or '\h' for help. To familiarize you with the basics, we ...
https://dev.mysql.com/doc/refman/9.7/en/mysqld-multi.html
mysqld_multi is designed to manage several mysqld processes that listen for connections on different Unix socket files and TCP/IP ports. --tcp-ip Command-Line Format --tcp-ip Type Boolean Default Value false Connect to each MySQL server through the ...It can start or stop servers, or report their current ...
https://dev.mysql.com/doc/refman/9.7/en/no-login-pluggable-authentication.html
The mysql_no_login server-side authentication plugin prevents all client connections to any account that uses it. To uninstall it, use UNINSTALL PLUGIN: UNINSTALL PLUGIN mysql_no_login; Using No-Login Pluggable Authentication This section describes ...Use cases for this plugin include: Accounts that must be able to execute stored programs and views with elevated privileges without exposing those privileges to ordinary ...
https://dev.mysql.com/doc/refman/9.7/en/option-defaults-equals.html
Consider the following example, where a user connects to a MySQL server running on host tonfisk as user jon: $> mysql --host 85.224.35.45 --user jon Welcome to the MySQL monitor. Your MySQL connection id is 3 Server version: 9.7.0 Source ...Due to ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-hosts-table.html
The hosts table contains a row for each host from which clients have connected to the MySQL server. For each host name, the table counts the current and total number of connections. For a description of how the Performance Schema maintains rows in ...To set the table size explicitly, set the performance_schema_hosts_size system variable at server ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-users-table.html
The users table contains a row for each user who has connected to the MySQL server. For each user name, the table counts the current and total number of connections. For a description of how the Performance Schema maintains rows in this table, ...
https://dev.mysql.com/doc/refman/9.7/en/replication-options-reference.html
master-retry-count: Number of tries replica makes to connect to source before giving up. replica_net_timeout: Number of seconds to wait for more data from source/replica connection before aborting read. report_port: Port for connecting to replica ...
https://dev.mysql.com/doc/refman/9.7/en/replication-threads-monitor-main.html
row *************************** Id: 2 User: root Host: localhost:32931 db: NULL Command: Binlog Dump Time: 94 State: Has sent all binlog to slave; waiting for binlog to be updated Info: NULL Here, thread 2 is a Binlog Dump thread that services a ...
Displaying 251 to 260 of 675 total results