Exclude user definition from my.cnf, user is defined in mysqld.service now

Resolves: #661265
This commit is contained in:
Honza Horák 2011-11-02 12:43:16 +01:00 committed by Michal Schorm
parent 885b130b70
commit f542b8ae00
2 changed files with 6 additions and 1 deletions

5
my.cnf
View File

@ -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

View File

@ -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