On Thu, Mar 8, 2012 at 9:02 AM, Alan McKay <[email protected]> wrote:
> But when I type /usr/sbin/rt-setup-database-4 it more's the source code of > the program instead of running it. > OK, that seems to be because I was missing perl-doc. Got that installed and was able to use this program to help me figure things out. The basic problem seems to be this : when you "GRANT ALL" in MySQL, it does not actually grant all!!! You get all privs except for the "GRANT" priv - I had to then manually give the root@RT_HOST user the GRANT priv and then the database creation went smoothly and I now seem to be running.
