Hi,
I've had mysql running fine on localhost but now it wont connect and I cant figure out why.
all i get is this error:
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)
and..
MYSQLADMIN: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' (10061)'
Check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306'
and..
C:\MYSQL\BIN>telnet localhost 3306
Connecting To localhost...Could not open connection to the host, on port 3306.
No connection could be made because the target machine actively refused it.
Any idea's? I'm really stuck!
Thanks,