Hi.
In Error log of my site, I see lots of these errors "WordPress database error Got a packet bigger than 'max_allowed_packet'".
Now, in the .htaccess file, I add this code:
php_value memory_limit 64M
php_value upload_max_filesize 32M
php_value post_max_size 32M
But the errors there are yet...
The following code is a bit error:
WordPress database error Got a packet bigger than 'max_allowed_packet' bytes for query INSERT INTOwp_options(option_name,option_value,autoload) VALUES ('rewrite_rules', 'a:7212:{s:12:\\"robots\\\\.txt$\\";s:18:\\"index.php?robots=1\\";s:14:\\".*wp-atom.php$\\";s:19:\\"index.php?feed=atom\\";s:13:\\".*wp-rdf.php$\\";s:18:\\"index.php?feed=rdf\\";s:13:\\".*wp-rss.php$\\
[continues...]
When I see the database, I don't find "rewrite rules" in "option_name"...
How to resolve?