You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,8 +25,7 @@ mysqld_multi \- manage multiple MySQL servers
25
25
\fBmysqld_multi\fR
26
26
is designed to manage several
27
27
\fBmysqld\fR
28
-
processes that listen for connections on different Unix socket files and TCP/IP ports\&. It can start or stop servers, or report their current status\&. The MySQL Instance Manager is an alternative means of managing multiple servers (see
29
-
\fBmysqlmanager\fR(8))\&.
28
+
processes that listen for connections on different Unix socket files and TCP/IP ports\&. It can start or stop servers, or report their current status\&.
30
29
.PP
31
30
\fBmysqld_multi\fR
32
31
searches for groups named
@@ -43,9 +42,7 @@ can be any positive integer\&. This number is referred to in the following discu
43
42
to specify which servers you want to start, stop, or obtain a status report for\&. Options listed in these groups are the same that you would use in the
44
43
[mysqld]
45
44
group used for starting
46
-
\fBmysqld\fR\&. (See, for example,
47
-
Section\ \&2.13.1.2, \(lqStarting and Stopping MySQL Automatically\(rq\&.) However, when using multiple servers, it is necessary that each one use its own value for options such as the Unix socket file and TCP/IP port number\&. For more information on which options must be unique per server in a multiple\-server environment, see
48
-
Section\ \&5.6, \(lqRunning Multiple MySQL Servers on the Same Machine\(rq\&.
45
+
\fBmysqld\fR\&. However, when using multiple servers, it is necessary that each one use its own value for options such as the Unix socket file and TCP/IP port number\&.
Connect to each MySQL server via the TCP/IP port instead of the Unix socket file\&. (If a socket file is missing, the server might still be running, but accessible only via the TCP/IP port\&.) By default, connections are made using the Unix socket file\&. This option affects
422
-
stop
423
-
and
424
-
report
425
-
operations\&.
371
+
Connect to the MariaDB server(s) via the TCP/IP port instead of the UNIX socket\&. This affects stopping
372
+
and reporting. If a socket file is missing, the server may still be running, but can be accessed only
373
+
via the TCP/IP port\&. By default connecting is done via the UNIX socket\&. This option affects
374
+
stop and report operations\&.
426
375
.RE
427
376
.sp
428
377
.RS4
@@ -437,7 +386,7 @@ operations\&.
437
386
.\" user option: mysqld_multi
438
387
\fB\-\-user=\fR\fB\fIuser_name\fR\fR
439
388
.sp
440
-
The user name of the MySQL account to use when invoking
389
+
The user name of the MariaDB account to use when invoking
441
390
\fBmysqladmin\fR\&.
442
391
.RE
443
392
.sp
@@ -496,8 +445,9 @@ servers with the same data directory\&. Use separate data directories, unless yo
496
445
\fIknow\fR
497
446
what you are doing\&. Starting multiple servers with the same data directory does
498
447
\fInot\fR
499
-
give you extra performance in a threaded system\&. See
500
-
Section\ \&5.6, \(lqRunning Multiple MySQL Servers on the Same Machine\(rq\&.
448
+
give you extra performance in a threaded system\&.
449
+
.sp.5v
450
+
.RE
501
451
.RE
502
452
.sp
503
453
.RS4
@@ -508,28 +458,15 @@ Section\ \&5.6, \(lqRunning Multiple MySQL Servers on the Same Machine\(rq\&.
508
458
.sp-1
509
459
.IP\(bu2.3
510
460
.\}
511
-
.ifn\{\
512
-
.sp
513
-
.\}
514
-
.RS4
515
-
.it1an-trap
516
-
.nran-no-space-flag1
517
-
.nran-break-flag1
518
-
.br
519
-
.ps+1
520
-
\fBImportant\fR
521
-
.ps-1
522
-
.br
523
-
Make sure that the data directory for each server is fully accessible to the Unix account that the specific
461
+
\fBImportant\fR: Make sure that the data directory for each server is fully accessible to the Unix account that the specific
524
462
\fBmysqld\fR
525
463
process is started as\&.
526
464
\fIDonot\fR
527
465
use the Unix
528
466
\fIroot\fR
529
467
account for this, unless you
530
468
\fIknow\fR
531
-
what you are doing\&. See
532
-
Section\ \&5.3.6, \(lqHow to Run MySQL as a Normal User\(rq\&.
469
+
what you are doing\&.
533
470
.sp.5v
534
471
.RE
535
472
.RE
@@ -542,7 +479,7 @@ Section\ \&5.3.6, \(lqHow to Run MySQL as a Normal User\(rq\&.
542
479
.sp-1
543
480
.IP\(bu2.3
544
481
.\}
545
-
Make sure that the MySQL account used for stopping the
482
+
Make sure that the MariaDB account used for stopping the
546
483
\fBmysqld\fR
547
484
servers (with the
548
485
\fBmysqladmin\fR
@@ -565,10 +502,7 @@ mysql> \fBGRANT SHUTDOWN ON *\&.*\fR
565
502
.RE
566
503
.\}
567
504
.sp
568
-
See
569
-
Section\ \&5.4, \(lqThe MySQL Access Privilege System\(rq\&. You have to do this for each
570
-
\fBmysqld\fR
571
-
server\&. Change the connection parameters appropriately when connecting to each one\&. Note that the host name part of the account name must allow you to connect as
505
+
Change the connection parameters appropriately when connecting to each one\&. Note that the host name part of the account name must allow you to connect as
0 commit comments