Hi,

You can try this option by

grant file  on *.* to [EMAIL PROTECTED] identified by 'db123';
Query OK, 0 rows affected (0.03 sec)

For all the Databases.

Gilles MISSONNIER wrote:

Thank you Sheeri for answering,

I guess this syntax works for you, but
for me NO, this DO NOT work ( I run MySQL 4.21 , on Linux Debian sarge )


mysql> GRANT FILE ON dr4.* to 'wr'@'localhost' IDENTIFIED BY 'the_passwd';
ERROR 1221 (HY000): Incorrect usage of DB GRANT and GLOBAL PRIVILEGES


the error code make no sense to me ( I tried various combination of "'" )
# Error: 1221 SQLSTATE: HY000 (ER_WRONG_USAGE) Message: Incorrect usage of %s and %s


It make no sense because the SAME usage of %s works fine in one command, not in the other command (the one for file privilege).


I am running Mysql as root, I can create a new user, but not with the file (as you can read hereafter).



mysql> GRANT SELECT, INSERT, UPDATE, CREATE , FILE ON dr4.* to 'moi'@'localhost' IDENTIFIED BY 'the_passwd';
ERROR 1221 (HY000): Incorrect usage of DB GRANT and GLOBAL PRIVILEGES

mysql> GRANT SELECT, INSERT, UPDATE, CREATE ON dr4.* to 'moi'@'localhost' IDENTIFIED BY 'the_passwd';
Query OK, 0 rows affected (0.00 sec)

mysql> GRANT FILE ON dr4.* to 'moi'@'localhost' IDENTIFIED BY 'the_passwd';
ERROR 1221 (HY000): Incorrect usage of DB GRANT and GLOBAL PRIVILEGES


-----

On Fri, 26 May 2006, sheeri kritzer wrote:

GRANT FILE ON dr4.* to 'wr'@'localhost' IDENTIFIED BY 'the_passwd';

It won't set up a new account, just add the privilege for you.

-Sheeri

On 5/26/06, Gilles MISSONNIER <[EMAIL PROTECTED]> wrote:

Hello
How to set  "FILE privilege enable" to an already defined user ?

It seems that I have to read the all manual for that.
I cannot find an example in the on line manual.


thanks.

        - Gilles -

-------------------------------------------------

I will end up running mysql as root.




--
Thanks & Regards,
Dilipkumar
DBA Support

********** DISCLAIMER **********
Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at [EMAIL PROTECTED]

Watch India vs. England LIVE, Hot videos and more only on Sify Max! Click Here. 
www.sifymax.com

Get to see what's happening in your favourite City on Bangalore Live! 
www.bangalorelive.in


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to