|
Your mysql client software is trying to connect to the mysql server on the local host. This means either the mysql server isn't running or its on a different machine. If mysqld should be running on the localhost, simply restart it. If mysql is on a different machine, you're going to have to change the connection to point to the remote host instead of the localhost.
__________________
"Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats."
--H.L. Mencken
|