Hi,
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.
Any ideas on whats going on here and what I may be missing/overlooking ...
All posts appreciated ...
--carl
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]