Re: [Aware-list] Re: daemontools, rpm, etc.
Status: Beta
Brought to you by:
rleighton
|
From: Russell L. <ru...@el...> - 2003-10-05 22:03:22
|
This is documented in RELEASE_NOTES and is a total pain in the ass. I think I like your idea, since not much data is being loaded...I'll look into the change. Alex Efros wrote: >Hi! > >It isn't enough to > > grant all privileges on aware.* to aware@localhost identified by '...' > >to run > > (cd /etc/aware/mgmtui/scripts ; ./create.sh) > >because mysqlimport require "FILE" privilege. So, we need also this: > > grant file on *.* to aware@localhost identified by '...' > > >P.S. Maybe it will be better to use "cat FILE | mysql" instead of "mysqlimport" >in ./create.sh. > > > |