Possible Duplicate:
how to check and set max_allowed_packet mysql variable
I am having some database issues and I want to increase my max_allowed_packet
timer and decrease wait_timeout
. Is there a way to set it through PHP like ini_set ( 'memory_limit', '32M' );
or something similar ?