Yes, Kevin, you're right about that.
I just did what you said but still got the same error. But, it worked after i changed localhost:3306 to 127.0.0.1:3306, just like Ian mentioned. Omitting the host name and port failed, however.

On 10/27/05, Ian Bicking <[EMAIL PROTECTED]> wrote:

Angus Lee wrote:
> Here comes the user information of 'turbogears', I don't think there's
> any constraints on the IP ranges:
>
> mysql> select Host, User from mysql.user where User='turbogears';
> +-----------+------------+
> | Host      | User       |
> +-----------+------------+
> | %         | turbogears |
> | localhost | turbogears |
> +-----------+------------+

It's two separate user accounts; the first is "turbogears", the second
is "[EMAIL PROTECTED] ", and they may have different passwords.

--
Ian Bicking  /  [EMAIL PROTECTED]  /  http://blog.ianbicking.org

Reply via email to