WordPress database error: [MySQL server has gone away]
INSERT INTO wp_tla_data ( `url`, `post_id`, `text`, `before_text`, `after_text`, `rss_text`, `rss_before_text`, `rss_after_text`, `rss_prefix`) VALUES (
'http://www.dirplastics.com',
'0',
'Plastics Industry',
'',
'',
'',
'',
'',
''
), (
'http://www.dtetrans.com/services/deere.php',
'0',
'John Deere Transmission',
'',
'',
'',
'',
'',
''
), (
'http://www.carinsurancerates.com/states/253-iowa-car-insurance.html',
'2539',
'Iowa Auto Insurance Quotes',
'',
'free quotes',
'',
'',
'',
''
)
WordPress database error: [MySQL server has gone away]
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('category') AND t.slug = 'alternative-energy' ORDER BY t.name ASC
WordPress database error: [MySQL server has gone away]
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('category') AND t.slug = 'alternative-energy' ORDER BY t.name ASC
WordPress database error: [MySQL server has gone away]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_term_taxonomy ON (wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id) WHERE 1=1 AND wp_term_taxonomy.taxonomy = 'category' AND wp_term_taxonomy.term_id IN ('0') AND post_type = 'post' AND (post_status = 'publish') GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 20, 10
WordPress database error: [MySQL server has gone away]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC