-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 24 June 2004 19:55, Gresgott, Mark wrote: > I'm new to Linux and I am trying to install MySQL (or verify that it is > installed). I selected it to be installed as part of the OS install, but > don't see the service running and can't seem to find the package on the > system. Do I need to run RPM to install this or should it already be > installed? try rpm -q mysql and rpm -q mysql-server to see if they are installed. You need the mysql-server package for actually running the database locally. You can use service mysqld start to start it, and chkconfig --levels=345 mysqld on to make sure it always starts from now on. - -Andy - -- Automatic actions for USB cameras, cardreaders, memory sticks, MP3 players http://warmcat.com/usbautocam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA2yWfjKeDCxMJCTIRAqjPAJ0QSNaev2g2sPEX+23huLtzHQZQUwCfcEe2 CUoYF5NxRSXAA5cBUQHexp8= =nfhe -----END PGP SIGNATURE-----