Re: MySQL Privileges Question

2002-07-18 Thread Ralf Narozny
mmand and nothing unusal from what it reported. > >Regards, >Michael > >- Original Message - >From: <[EMAIL PROTECTED]> >To: "Yat-Shing Tam" <[EMAIL PROTECTED]> >Cc: "MySQL Mailing List" <[EMAIL PROTECTED]> >Sent: Wednesday, July

Re: MySQL Privileges Question

2002-07-18 Thread Yat-Shing Tam
gt; Cc: "MySQL Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 10:23 PM Subject: Re: MySQL Privileges Question > Did you try: > > FLUSH PRIVILEGES; > > Also, to see what user can do with his permissions you can try this: > > SHOW GRANTS FOR us

Re: MySQL Privileges Question

2002-07-17 Thread mihail
Did you try: FLUSH PRIVILEGES; Also, to see what user can do with his permissions you can try this: SHOW GRANTS FOR username; Mihail Quoting Yat-Shing Tam <[EMAIL PROTECTED]>: > Hi fellows, > > I have a MySQL privileges question and hope someone can provide some > input on it. > >