Can't connect to MySQL

A

Anonymous

Guest
i dont know but at local computer i'm not use it file.....
 
these errors usualy occur when mysqld ,httpd are not running
could not connect to localhost(port) means no one is listening at that port for your connection.
also see whether your username and password are required for your connection (in configuration file mysql.password=..,mysql.username=... and ServerName=...)
settings...
 
have you run mysqld --install to install it as a service and run the service?
 
Back
Top