> The problem seems to be that I can not connect using the host
> "localhost" in
> the 'mysql_connect' function, instead I have to use the hardcoded primary

You have the standard MySQL privilege issues on new installations.

The MySQL root user is only allowed to connect via "localhost". Fix up your
MySQL privileges to permit user accounts to connect from other sources.

A great link on how MySQL access rights work is:

http://www.mysql.com/documentation/mysql/bychapter/manual_Privilege_system.h
tml#Privilege_system


alex

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to