I have this in my my.cnf
wait_timeout=1800
interactive_timeout=1800;
net_read_timeout=1800;
net_write_timeout=1800
but when i execute
show processlist;
I have processes that still running more than 4500sec even they are in 'Sleep' command.
please help about this, thank you.