[wp-hackers] postmeta databasing issues

Matt Mullenweg m at mullenweg.com
Tue May 30 22:04:22 GMT 2006


Aaron Brazell wrote:
> *WordPress database error:* [Lost connection to MySQL server during query]
> INSERT INTO wp_postmeta (post_id,meta_key,meta_value) VALUES
> ('107','_pingme','1')

This is a MySQL server error, not related to WordPress. Usually this is 
caused by:

* MySQL dying
* wait_timeout too low
* Custom DB code closing the connection

The header errors are only because of the MySQL error.

-- 
Matt Mullenweg
  http://photomatt.net | http://wordpress.org
http://automattic.com | http://akismet.com


More information about the wp-hackers mailing list