Ricardo wrote on 03/02/2005 14:47:
If you installed FC3 "out of the box", mysql should run ok.
As Steven indicated you will need mysql-server.
First: check if you have installed postgresql and if it is running
#rpm -qa postgresql
postgresql-7.4.6-1.FC3.1
(is installed)
#/etc/rc.d/init.d/postgresql status or #service postgresql status
(see if it is runing)
Second: stop postgresql #/etc/rc.d/init.d/postgresql stop uninstall postgresql #rpm -e postgresql
This is bogus. Both databases can be installed, running and working alongside each other fine.
Rob