Our RT is installed on Linux CentOS 5.3 server running Apache and uses mysql. We just went live 2 days back with the website and RT on the same server, and the performance is slow from day 1. This was not the case when we were testing RT. Probabaly mysql is not configured well. We are pretty new to all this. Below are the contents of my.cnf in the etc folder. I do not have my.cnf in the datadir. I'm not sure if the configuration needs to change in this file and if I should have my.cnf in the datadir folder as well?
<br />
<br />
<br />/etc/my.cnf 
<br />===========
<br />bash-3.2# more my.cnf
<br />[mysqld]
<br />datadir=/var/lib/mysql
<br />socket=/var/lib/mysql/mysql.sock
<br />user=mysql
<br /># Default to using old password format for compatibility with mysql 3.x
<br /># clients (those using the mysqlclient10 compatibility package).
<br />old_passwords=1
<br />
<br />[mysqld_safe]
<br />log-error=/var/log/mysqld.log
<br />pid-file=/var/run/mysqld/mysqld.pid
<br />bash-3.2#