I need to optimize the mysql server on my zabbix server.
This is our mysql configuration file
Yes, its very simple 
I want to know what is the most importants paramters to add/change.
I want to increase our zabbix server performances.
Thx.
This is our mysql configuration file
Code:
[mysqld]
datadir=/folder/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
[mysql.server]
user=mysql
basedir=/folder
[mysqld_safe]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

I want to know what is the most importants paramters to add/change.
I want to increase our zabbix server performances.
Thx.
Comment