>
> -Original Message-
> From: Gleb Paharenko [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 22, 2004 1:35 AM
> To: mysql@lists.mysql.com
> Subject: Re: Regarding User creation and loading data
>
> Hello.
>
> What error have you got? Send us
, December 22, 2004 5:19 PM
To: [EMAIL PROTECTED]; mysql@lists.mysql.com
Cc: [EMAIL PROTECTED]
Subject: RE: Regarding User creation and loading data
Hi,
Thank you for your reply. When I log in as a DBA user and try to load
data from a file, I am getting an error as "Access Denied", so, here
-
From: Gleb Paharenko [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 22, 2004 1:35 AM
To: mysql@lists.mysql.com
Subject: Re: Regarding User creation and loading data
Hello.
What error have you got? Send us compete command that you issued and
the error message.
>Could any one of y
Hello.
What error have you got? Send us compete command that you issued and
the error message.
>Could any one of you help me in creating two users like First user with
>all dba privileges as root and the Second user with only dml operations.
For root user use:
grant all privileges on *.*
Hi,
Could any one of you help me in creating two users like First user with
all dba privileges as root and the Second user with only dml operations.
And in loading data using LOAD DATA INFILE, if I use the file full path,
I am getting error. And if I put the file in mysql\bin it is executing