All,

I'm hitting some stumbling blocks getting replication working, and so I decided
to join the list for support.

Here is what I'm trying to do:
GRANT FILE on dbname.tablename to user@"%" IDENTIFIED BY 'passwd';

Here is the error I get:
ERROR 1144: Illegal GRANT/REVOKE command. Please consult the manual
which privileges can be used.

The following commands work for database level replication:
GRANT FILE on * to user@"%" IDENTIFIED BY 'passwd';
GRANT FILE on *.* to user@"%" IDENTIFIED BY 'passwd';

I've looked through the documentation and haven't been able to find what I
need.  Is this possible, or must I do database level replication?

thanks in advance,
Brian Burke


--
______________________________________
Brian Burke
 LSSi Corp.
email: [EMAIL PROTECTED]
  url: http://www.lssi.net/~bburke
phone: (919) 466-6838
______________________________________



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to