RE: running Mysql client

2001-03-28 Thread Rick Emery
Was a password defined when you granted permissions to the user? -Original Message- From: Hammad Nasim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 2:43 PM To: [EMAIL PROTECTED] Subject: running Mysql client Hi I am having some problems running mysql client. I can connect

Re: running Mysql client

2001-03-28 Thread Lindsay Adams
If the user was defined using a password, then you must use the password. If the user was defined without a password, then you must NOT use a password. Since the userid is unique key in the grant tables, you can't have it both ways. Pick one and go with it (best to use the password) If you