Carl Anthony-uzoeto <[EMAIL PROTECTED]> wrote:
> 
> I need to periodically load a dumpfile from another DB into
> mysql.  Now, since this is a cronjob, and for which I would
> need to avoid interactivity, I DO NEED to run this as a
> non-root user.
> 
> I have setup such a user, and have granted the user all on
> the destination database.  The user also has the important 
> 'file' privilege.  But it seems only the user root can load 
> these files.

You also need INSERT privilege on the tables that you use for data import.

> 
> Any ideas on whats going on here and what I may be
> missing/overlooking ...


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





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

Reply via email to