Re: problem in connecting to DB

2003-02-18 Thread KH Chiu
othways... but in > vain > > ... i still get the same error message "Error 1045: Access Denied for > > user:(username@localhost) (user password :YES)" > > > > Ganesh Rajan > > - Original Message - > > From: "Diana Soares&

Re: problem in connecting to DB

2003-02-18 Thread Ganesh Rajan
n" <[EMAIL PROTECTED]> To: "Diana Soares" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 10:26 AM Subject: Re: problem in connecting to DB > Thanks for the response but as the document states to "RUN mysqladmin > flush-p

Re: problem in connecting to DB

2003-02-18 Thread Ganesh Rajan
Rajan - Original Message - From: "Diana Soares" <[EMAIL PROTECTED]> To: "Ganesh Rajan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 8:59 PM Subject: Re: problem in connecting to DB > Everytime you use UPDATE, I

Re: problem in connecting to DB

2003-02-18 Thread Diana Soares
Everytime you use UPDATE, INSERT, DELETE to update user privileges you must do a FLUSH PRIVILEGES for changes to take effect. Check the manual: http://www.mysql.com/doc/en/Privilege_changes.html On Tue, 2003-02-18 at 11:57, Ganesh Rajan wrote: > hello all, > > i would like to put a problem as w