Re: granting file privileges

2011-07-31 Thread doug
value' statements. My implementation question is about specifying the user. Apparently the following are different: 1) user@localhost 2) 'user@localhost' 3) 'user'@'localhost' I have not tested all this, but I did grant file privileges to #1 but could not use them

Re: granting file privileges

2011-07-31 Thread Claudio Nanni
following are different: > > 1) user@localhost > 2) 'user@localhost' > 3) 'user'@'localhost' > > I have not tested all this, but I did grant file privileges to #1 but could > not use them logging into with 'mysql -u doug@localhost sysa

granting file privileges

2011-07-31 Thread doug
a csv file to 'insert value' statements. My implementation question is about specifying the user. Apparently the following are different: 1) user@localhost 2) 'user@localhost' 3) 'user'@'localhost' I have not tested all this, but I did gran

re: re: re: granting FILE privileges

2002-10-01 Thread Victoria Reznichenko
Mark, Tuesday, October 01, 2002, 5:50:15 PM, you wrote: MH> But root user is able to perform the write to file w/o issue. MH> I wonder what the problem could be. MH> I will upgrade to 3.23.52 but I don't think it will fix the problem. MH> Is there anything else it could be? As far as I remember

re: re: granting FILE privileges

2002-10-01 Thread Mark Hennessy
ue, 1 Oct 2002, Victoria Reznichenko wrote: > Date: Tue, 1 Oct 2002 14:16:02 +0300 > From: Victoria Reznichenko <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: re: re: granting FILE privileges > > Mark, > Monday, September 30, 200

re: re: granting FILE privileges

2002-10-01 Thread Victoria Reznichenko
Mark, Monday, September 30, 2002, 5:48:59 PM, you wrote: MH> +-+ MH> | Grants for [EMAIL PROTECTED] | MH> +

re: granting FILE privileges

2002-09-30 Thread Mark Hennessy
ate: Mon, 30 Sep 2002 13:53:01 +0300 > From: Victoria Reznichenko <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: re: granting FILE privileges > > Mark, > Saturday, September 28, 2002, 12:16:31 AM, you wrote: > > MH> I keep trying to grant file privileges to

re: granting FILE privileges

2002-09-30 Thread Victoria Reznichenko
Mark, Saturday, September 28, 2002, 12:16:31 AM, you wrote: MH> I keep trying to grant file privileges to a user, but no matter what I do, MH> it seems that the customer keeps getting access denied errors. MH> They are trying to execute the following: MH> select * into outfile &#

granting FILE privileges

2002-09-27 Thread Mark Hennessy
I'm using FreeBSD 4.6 and MySQL 3.23.36 I keep trying to grant file privileges to a user, but no matter what I do, it seems that the customer keeps getting access denied errors. They are trying to execute the following: select * into outfile '/tmp/list.txt' fields terminat

RE: File privileges?!

2001-11-13 Thread Quentin Bennett
Allavatam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 14 November 2001 12:57 p.m. To: [EMAIL PROTECTED] Subject: File privileges?! Hello all, I am trying to insert the contents of a binary file into a blob data type using simple insert statement and the load_file(filename) function. Initially, th

File privileges?!

2001-11-13 Thread Venugopal Allavatam
Hello all, I am trying to insert the contents of a binary file into a blob data type using simple insert statement and the load_file(filename) function. Initially, the function was returning a NULL value. But eventually, I changed the 'File_priv' in the user table of mysql database to 'Y'. Now I