Where can I change "max_allowed_packet" for MySQL?
I'm trying to upload some files larger than 5Meg to Tiki Wiki CMS. Tiki uses MySQL. So I added "max_allowed_packet=128M" to "my.cnf" (reference http://tinyurl.com/c9ol9za ) but MySQL still reports that "max_allowed_packet=5M". So where do I change max_allowed_packet so it takes in MySQL?