Exclude user definition from my.cnf, user is defined in mysqld.service now
Resolves: #661265
This commit is contained in:
parent
885b130b70
commit
f542b8ae00
5
my.cnf
5
my.cnf
@ -1,7 +1,10 @@
|
||||
[mysqld]
|
||||
# Settings user and group are ignored when systemd is used.
|
||||
# If you need to run mysqld under different user or group,
|
||||
# customize your systemd unit file for mysqld according to the
|
||||
# instructions in http://fedoraproject.org/wiki/Systemd
|
||||
datadir=/var/lib/mysql
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
user=mysql
|
||||
# Disabling symbolic-links is recommended to prevent assorted security risks
|
||||
symbolic-links=0
|
||||
|
||||
|
@ -659,6 +659,8 @@ fi
|
||||
* Wed Nov 02 2011 Honza Horak <hhorak@redhat.com> 5.5.16-4
|
||||
- Don't assume all ethernet devices are named ethX
|
||||
Resolves: #682365
|
||||
- Exclude user definition from my.cnf, user is defined in mysqld.service now
|
||||
Resolves: #661265
|
||||
|
||||
* Sun Oct 16 2011 Tom Lane <tgl@redhat.com> 5.5.16-3
|
||||
- Fix unportable usage associated with va_list arguments
|
||||
|
Loading…
Reference in New Issue
Block a user