Hi,

On Thursday, May 26, 2011 14:03:06 Stefan Eriksson wrote:
> Hi I've just now installed a minimal installation but still there is a file
> called /etc/my.cnf
> 
> ls -l  /etc/my.cnf
> -rw-r--r--. 1 root root 251 20 jan 23.36 /etc/my.cnf
> 
> I have never installed mysql-server on this system.

you can ask RPM which package this file belongs to:

rpm -qf /etc/my.cnf

If the file doesn't belong to an RPM, it gets a little tricky.

	Cheers,

		Andreas