Bug #47372 rpm misses my.cnf and mysqlmanager.passwd
Submitted: 16 Sep 2009 12:41 Modified: 18 Sep 2009 11:16
Reporter: Peter Stieglecker Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version:5.1.38-0 OS:Linux (RHEL5 i386)
Assigned to: CPU Architecture:Any

[16 Sep 2009 12:41] Peter Stieglecker
Description:
MySQL-server-community-5.1.38-0.rhel5.i386.rpm is missing the files:

/etc/my.cnf
/etc/mysqlmanager.passwd

All other files are extracted.

Thank you!

How to repeat:
$ rpm -qlp MySQL-server-community-5.1.38-0.rhel5.i386.rpm
...
/etc/my.cnf
/etc/mysqlmanager.passwd
...

$ rpm -i MySQL-server-community-5.1.38-0.rhel5.i386.rpm
$ ls /etc/my.cnf /etc/mysqlmanager.passwd
ls: /etc/my.cnf: No such file or directory
ls: /etc/mysqlmanager.passwd: No such file or directory
[18 Sep 2009 11:16] Susanne Ebrecht
Many thanks for writing a bug report.

Unfortunately this is not a bug.

Per default there is no my.cnf installed.

If you need a my.cnf then you just will be able to take one of the examples and change it to your own settings.