On Sat, 2004-02-28 at 04:53, Technical wrote: > Check that mysqld is running and that the socket: > '/var/lib/mysql/mysql.sock' exists! As the error message says: Check that mysqld is running. If not then you need to start it. If it is running or dead then I'd be surprised. Check the server's status (running, stopped, dead, etc): service mysqld status If its not been started then the status will look like: $ service mysqld status mysqld is stopped If it is stopped then become root: su - Start the service: service mysqld start Start the service at boot if you desire: chkconfig mysqld on You can also use the graphical service control utility found under Main Menu -> System Settings -> Server Settings if you prefer. Basic System Administration documentation (close enough for FC1): http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/admin-primer/ -- David Norris http://www.webaugur.com/dave/ ICQ - 412039
Attachment:
signature.asc
Description: This is a digitally signed message part