|
Posted by JDS on 10/11/03 11:53
On Thu, 20 Jul 2006 05:23:54 -0700, Pankaj wrote:
> What could be wrong ? Is it some permission issue ?
Yes, certainly. MySQL user accounts are tied to a host. That is to say,
each username also has a hstname part. So you wwill have to add a user
account along the lines of
GRANT INSERT, UPDATE (etc. etc.) ON dbname.* TO 'username'@'%'
'%' means "Can connect from any host"
You probably currently only have a username like 'username'@'localhost'
--
JDS
Navigation:
[Reply to this message]
|