[dev] Setting up hordemgr user in mysql

Max Kalika max@the-triumvirate.net
Wed, 01 Nov 2000 07:18:16 -0800 (PST)


Quoting "Brent J. Nordquist" <bjn@horde.org>:

> Just to note this wouldn't be sufficient; you have to put a record in the
> user table also.  The 2.2.x imp/docs/DATABASE has the relevant commands.  
> However, apparently this is all a moot point for HEAD.  :-)

Naturally.  I assumed that the account would be there if there were any 
privileges to grant. :-) But you're right!  Prior to inserting into db:

INSERT INTO user (Host, User, Password) VALUES ('localhost', 'hordemgr', 
PASSWORD('blah'));


--mk23