This appears to be different: This time, when trying to get my xp client to log onto my f9 machine's mysql database, an "error #10061" message was generated.
I tried googling around for a solution, but still haven't found one.
According to one site, 10061 means that MySQL is not listening, at port #3306.
This plus another site point to "bind-address", in my.cnf, as the culprit.
Yet, I have looked at my.cnf and found nothing about bind-address.
Another site blamed my password; apparently, the reason why I could log onto the database via "localhost" was because "localhost" involved no password. A remote host, however, did.
The site recommended using:
Code:
>mysql test -h localhost -u username -ppasswd
- Access denied using PW (YES)
But I'm not sure why.
Does anyone know how to resolve a 10061?
- j