Kaan,
Tuesday, June 11, 2002, 11:04:36 AM, you wrote:
KO> Thanks Dan And Okan for replying to my email but I have tried what you have
KO> said but I still get the same problem.
KO> GRANT ALL ON newstesting.* 'clients'@'%' IDENTIFIED BY '123';
KO> ERROR 1064: You have an error in your SQL syntax
On Tuesday 11 Jun 2002 11:04 am, Kaan Oglakci wrote:
> Thanks Dan And Okan for replying to my email but I have tried what you have
> said but I still get the same problem.
>
> GRANT ALL ON newstesting.* 'clients'@'%' IDENTIFIED BY '123';
> ERROR 1064: You have an error in your SQL syntax near ''cl
On Tue, 11 Jun 2002 09:04:36 +0100
Kaan Oglakci <[EMAIL PROTECTED]> wrote:
> Thanks Dan And Okan for replying to my email but I have tried what you have
> said but I still get the same problem.
>
> GRANT ALL ON newstesting.* 'clients'@'%' IDENTIFIED BY '123';
> ERROR 1064: You have an error in y
GRANT ALL ON newstesting.* TO 'clients'@'%' IDENTIFIED BY '123';
TO
Simon
-Original Message-
From: Kaan Oglakci [mailto:[EMAIL PROTECTED]]
Sent: 11 June 2002 09:05
To: '[EMAIL PROTECTED]'
Subject: GRANTs and %
Thanks Dan And Okan for replying to my email but I have tried what you ha
In the last episode (Jun 10), Kaan Oglakci said:
> Hi,
> For some reason when I try to set up grants for a database by typing this
> GRANT ALL ON newstesting.* to clients@% IDENTIFIED BY 'pass';
>
> I get this error
> ERROR 1064: You have an error in your SQL syntax near '% IDENTIFIED BY
> 'pa