Hi, every time i try to connect to localhost, it occurs this error:
dbConnect failed; Can't connect to MySQL server on 'localhost' (10061)
And here is the connection code:
dbConnect("mysql", "dbname=test;host=localhost")
and i wonder what (10061) is in the error above ..