ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #00143
[Bug 490536] Re: MySQL 5.0 Percona Highperf RPMs do not create standard mysql group
This has been pushed to ius-el5 stable.
** Changed in: ius
Status: Confirmed => Fix Released
** Changed in: ius/mysql50-percona-highperf
Status: Confirmed => Fix Released
** Changed in: ius
Assignee: (unassigned) => BJ Dierkes (derks)
** Changed in: ius/mysql50-percona-highperf
Assignee: (unassigned) => BJ Dierkes (derks)
--
MySQL 5.0 Percona Highperf RPMs do not create standard mysql group
https://bugs.launchpad.net/bugs/490536
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
Status in IUS Community Project: Fix Released
Status in IUS Community Project mysql50-percona-highperf series: Fix Released
Bug description:
I recently upgraded from MySQL 5.0.84 (Rackspace RPMs - don't worry, this is all on a test box) and noticed that, while the 'mysql' user gets properly recreated when I remove the 5.0.84 RPMs and install the Percona 5.0 RPM set, the group does not:
[root@hyperthread_mysqltest mysql]# grep mysql /etc/passwd
mysql:x:27:503:MySQL Server:/var/lib/mysql:/bin/bash
[root@hyperthread_mysqltest mysql]# grep mysql /etc/group
mysql:x:503:
[root@hyperthread_mysqltest mysql]# ls -la
total 16935108
drwxr-xr-x 3 mysql mysql 4096 Nov 30 15:45 .
drwxr-xr-x 26 root root 4096 Nov 30 15:44 ..
-rw-rw---- 1 mysql 27 16777216000 Nov 30 15:45 ibdata1
-rw-rw---- 1 mysql 27 10485760 Nov 30 15:45 ibdata2
-rw-rw---- 1 mysql 27 268435456 Nov 30 15:45 ib_logfile0
-rw-rw---- 1 mysql 27 268435456 Nov 19 16:46 ib_logfile1
drwx------ 2 mysql 27 4096 Nov 18 15:57 mysql
srwxrwxrwx 1 mysql mysql 0 Nov 30 15:45 mysql.sock
References