On Thu, Jul 26, 2007 at 05:07:45PM -0500, James Moseley wrote: > Have you checked the mysql logs or done a 'show processlist' in a mysql > shell to see if the connection attempt by RT is even making it to the mysql > server?
>From the RT host, I can connect to the database server via the mysql command and: mysql> show processlist; +----+---------+-------------------------+------+---------+------+-------+------------------+ | Id | User | Host | db | Command | Time | State | Info | +----+---------+-------------------------+------+---------+------+-------+------------------+ | 56 | rt_user | rt3.xxxxxxxxxxxxx:40169 | rt3 | Query | 0 | NULL | show processlist | +----+---------+-------------------------+------+---------+------+-------+------------------+ 1 row in set (0.00 sec) Nothing is logged to /var/log/mysqld.log when I try to access RT, but nothing is logged if I log in via the CLI either. BTW, I fixed all perl dependencies: [EMAIL PROTECTED] rt-3.6.4]# make testdeps | grep -v found /usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql $VAR1 = { 'with-STANDALONE' => 0, 'with-MASON' => 1, 'with-MAILGATE' => 1, 'with-CORE' => 1, 'with-CLI' => 1, 'v' => 1, 'with-DEV' => 0, 'with-MYSQL' => 1 }; perl: users: CLI dependencies: CORE dependencies: MAILGATE dependencies: MASON dependencies: MYSQL dependencies: [EMAIL PROTECTED] rt-3.6.4]# -- *********************************************************************** * John Oliver http://www.john-oliver.net/ * * * *********************************************************************** _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com