I bet mysql isn't running does the following bring anything back?
Code:
$ ps ax | grep mysql
You can start mysql by doing as root (on most linux distros):
Code:
# /etc/init.d/mysql start
Look out for any errors and try the ps ax again - you should see mysql chugging along. if not you probably have a config problem. You'll need to locate a file called my.cnf (most likely in /etc/mysql or somewhere). As root do:
Code:
# updatedb && locate my.cnf
This could take a while. Post your my.cnf and someone will probably be able to figure out any config errors.
Cheers,
Charlie
--
Don't Stand on your head - you'll get footprints in your hair
http://charlieharvey.org.uk
http://charlieharvey.com