[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] Further News: MySQL -> PHP Problems
- Subject: RE: [cobalt-developers] Further News: MySQL -> PHP Problems
- From: "Alex Lee" <alex@xxxxxxxxxx>
- Date: Thu Mar 29 20:15:00 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
> 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