components/mysql-5-6/patches/mysql.1.patch
branchs11-update
changeset 4184 5bcc30d62913
equal deleted inserted replaced
4182:edb1ea7d72bc 4184:5bcc30d62913
       
     1 Solaris-specific; not suitable for upstream.
       
     2 --- a/man/mysql.1	Wed Mar 25 04:48:00 2015
       
     3 +++ b/man/mysql.1	Wed Mar 25 04:48:37 2015
       
     4 @@ -3596,6 +3596,38 @@
       
     5  .PP
       
     6  For more information about auto\-reconnect and its effect on state information when a reconnection occurs, see
       
     7  Section\ \&23.8.16, \(lqControlling Automatic Reconnection Behavior\(rq\&.
       
     8 +.RE
       
     9 +.SH "AUTOMATIC SERVICE MANAGEMENT (SMF)"
       
    10 +\fBMySQL 5\&.6  for Solaris includes files necessary to  register
       
    11 +with the service management facility described in smf(5) by default after installation\&.
       
    12 +.RE
       
    13 +.PP
       
    14 +\fBThe mysql:version_56 service is disabled by default\&. You can
       
    15 +check  the  status  of  the service by issuing the following
       
    16 +command:
       
    17 +.RE
       
    18 +.PP
       
    19 +\fB example% svcs mysql\fR
       
    20 +\fB STATE          STIME    FMRI
       
    21 +\fB disabled 10:47:39 svc:/application/database/mysql:version_56
       
    22 +.RE
       
    23 +.PP
       
    24 +\fBEnable the mysql:version_56 service by issuing the following\fR
       
    25 +.RE
       
    26 +command :
       
    27 +.RE
       
    28 +.PP
       
    29 +\fBexample%svcadm  enable mysql:version_56\fR
       
    30 +.RE
       
    31 +.PP
       
    32 +\fBThe state of the service instance should change to "online",
       
    33 +and the database server should be started:
       
    34 +.RE
       
    35 +.PP
       
    36 +\fB example% svcs mysql\fR
       
    37 +\fB STATE          STIME    FMRI\fR
       
    38 +\fB online 10:50:27 svc:/application/database/mysql:version_56\fR
       
    39 +.fi
       
    40  .SH "COPYRIGHT"
       
    41  .br
       
    42  .PP