Re: Server configuration denies access to data source

2003-06-02 Thread Martin Gainty
You need to create the user and grant permissions try (username=teva): INSERT INTO user (Host,User,Password) VALUES ('%', 'teva', PASSWORD('your_password')); and finally add access to the database INSERT INTO db (Host,Db,User) VALUES('%','NameOfDatabase','teva'); Hope this helps, - Original Me

RE: Server configuration denies access to data source

2002-01-17 Thread Simon Green
It is the code that closes the connections (pconnect) So it would be good to have a look at client first... MySQL should have no problme with upto 1000 connetions...more if you are not on Linx.. I hope this helps you or some one else... Simon -Original Message- From: Core Dumped