Setting up hordemgr user in mysql

Scott Martin martin@math.ohiou.edu
Wed, 1 Nov 2000 10:00:03 -0500


---------------------- multipart/mixed attachment
I am working on the INSTALL document for Horde/Imp/Turba development
versions and I was wanting the know the prefered method of setting up the
hordemgr user. What would be the proper way to set him up so that all he has
access to is the horde database? Currently I have him set up as a superuser.
Here is how I set him up:

mysql> GRANT ALL PRIVILEGES ON *.* TO hordemgr@localhost
    -> IDENTIFIED BY 'hordemgr' WITH GRANT OPTION;
Query OK, 0 rows affected (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON *.* TO hordemgr@"%"
    -> IDENTIFIED BY 'hordemgr' WITH GRANT OPTION;

---------------------- multipart/mixed attachment--