Mageia Bugzilla – Attachment 8955 Details for
Bug 20143
mysqld is not Active after start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Revised again as I forgot to run diff -u before uploading it before
mysqld.service.patch (text/plain), 557 bytes, created by
Dave Hodgins
on 2017-02-13 02:34:25 CET
(
hide
)
Description:
Revised again as I forgot to run diff -u before uploading it before
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2017-02-13 02:34:25 CET
Size:
557 bytes
patch
obsolete
>--- mysqld.service.original 2017-02-12 10:45:12.000000000 -0500 >+++ mysqld.service 2017-02-12 20:28:30.382036766 -0500 >@@ -4,12 +4,14 @@ > After=network.target > > [Service] >-Type=notify >+Type=simple > User=mysql > Group=mysql >+PrivateTmp=true >+WorkingDirectory=/usr > > ExecStartPre=/usr/sbin/mysqld-prepare-db-dir >-ExecStart=/usr/bin/mysqld_safe --nowatch >+ExecStart=/usr/sbin/mysqld > > # mysqld-prepare-db-dir needs root rights, this drops privileges only for ExecStart > PermissionsStartOnly=true >@@ -22,3 +24,4 @@ > > [Install] > WantedBy=multi-user.target >+
--- mysqld.service.original 2017-02-12 10:45:12.000000000 -0500 +++ mysqld.service 2017-02-12 20:28:30.382036766 -0500 @@ -4,12 +4,14 @@ After=network.target [Service] -Type=notify +Type=simple User=mysql Group=mysql +PrivateTmp=true +WorkingDirectory=/usr ExecStartPre=/usr/sbin/mysqld-prepare-db-dir -ExecStart=/usr/bin/mysqld_safe --nowatch +ExecStart=/usr/sbin/mysqld # mysqld-prepare-db-dir needs root rights, this drops privileges only for ExecStart PermissionsStartOnly=true @@ -22,3 +24,4 @@ [Install] WantedBy=multi-user.target +
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20143
:
8915
|
8925
|
8936
|
8937
|
8938
|
8944
|
8952
|
8953
|
8954
| 8955