RE: [rt-users] Trying to use RTFM

2006-06-09 Thread John Boris
Thanks. I manually edited the lines that were complaining based on a reply I just received and that worked. I thought I had it configured as you write here but I guess I had something misconfigured. It is working now. Thanks for the replies. >>> "Lamers, Dan" <[EMAIL PROTECTED]> 06/09/06 2:00 PM

RE: [rt-users] Trying to use RTFM

2006-06-09 Thread Lamers, Dan
Make sure that you set the user and password in MySql using this command: grant all on rtdb.* to [EMAIL PROTECTED] identified by 'wibble'; and make sure that your RT_SiteConfig.pm file matches the MySql Set($DatabaseUser , 'rtuser'); Set($DatabasePassword , 'wibble'); Set($DatabaseName , '