WordPress database error: [MySQL server has gone away]
SELECT * FROM wp_ar_gwa_lists ORDER BY xID
WordPress database error: [MySQL server has gone away]
SHOW TABLES LIKE 'wp_feedfooter_rss_map'
WordPress database error: [MySQL server has gone away]
SHOW TABLES;
WordPress database error: [MySQL server has gone away]
CREATE TABLE `wp_feedfooter_rss_map` (
`post_id` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',
`feeds` TEXT NOT NULL ,
PRIMARY KEY ( `post_id` )
) TYPE = MYISAM
WordPress database error: [MySQL server has gone away]
SELECT ID FROM wp_posts ORDER BY ID DESC LIMIT 1
WordPress database error: [MySQL server has gone away]
SHOW TABLES
WordPress database error: [MySQL server has gone away]
CREATE TABLE wp_subscribe2 (
id int(11) NOT NULL auto_increment,
email varchar(64) NOT NULL default '',
active tinyint(1) default 0,
date DATE default '2008-11-21' NOT NULL,
PRIMARY KEY (id) )
WordPress database error: [MySQL server has gone away]
SHOW TABLES
WordPress database error: [MySQL server has gone away]
SELECT option_id, autoload FROM wp_options WHERE option_name = 'subscribe2_options'
WordPress database error: [MySQL server has gone away]
UPDATE wp_options SET option_value = 'a:19:{s:7:\"autosub\";s:2:\"no\";s:8:\"wpregdef\";s:2:\"no\";s:10:\"autoformat\";s:4:\"text\";s:11:\"autosub_def\";s:3:\"yes\";s:8:\"bcclimit\";i:0;s:6:\"s2page\";i:0;s:5:\"pages\";s:2:\"no\";s:8:\"password\";s:2:\"no\";s:7:\"private\";s:2:\"no\";s:10:\"email_freq\";s:5:\"never\";s:7:\"exclude\";s:0:\"\";s:6:\"sender\";s:6:\"author\";s:12:\"reg_override\";s:1:\"1\";s:11:\"show_button\";s:1:\"1\";s:6:\"widget\";s:1:\"0\";s:6:\"barred\";s:0:\"\";s:8:\"mailtext\";s:203:\"BLOGNAME has posted a new item, \'TITLE\'
POST
You may view the latest post at
PERMALINK
You received this e-mail because you asked to be notified when new updates are posted.
Best regards,
MYNAME
EMAIL\";s:13:\"confirm_email\";s:221:\"BLOGNAME has received a request to ACTION for this email address. To complete your request please click on the link below:
LINK
If you did not request this, please feel free to disregard this notice!
Thank you,
MYNAME.\";s:12:\"remind_email\";s:340:\"This email address was subscribed for notifications at BLOGNAME (BLOGLINK) but the subscription remains incomplete.
If you wish to complete your subscription please click on the link below:
LINK
If you do not wish to complete your subscription please ignore this email and your address will be removed from our database.
Regards,
MYNAME\";}' WHERE option_name = 'subscribe2_options'
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 = 'post_tag' AND t.slug = 'self-affirmation' LIMIT 1
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) INNER JOIN wp_terms ON (wp_term_taxonomy.term_id = wp_terms.term_id) WHERE 1=1 AND wp_term_taxonomy.taxonomy = 'post_tag' AND wp_terms.slug IN ('self-affirmation') AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 10
WordPress database error: [MySQL server has gone away]
SELECT FOUND_ROWS()
WordPress database error: [MySQL server has gone away]
SELECT option_value FROM wp_options WHERE option_name = 'rich_editing' LIMIT 1
WordPress database error: [MySQL server has gone away]
SELECT option_value FROM wp_options WHERE option_name = 'kubrick_header_image' LIMIT 1
WordPress database error: [MySQL server has gone away]
SELECT option_value FROM wp_options WHERE option_name = 'kubrick_header_color' LIMIT 1
WordPress database error: [MySQL server has gone away]
SELECT option_value FROM wp_options WHERE option_name = 'kubrick_header_display' LIMIT 1
WordPress database error: [MySQL server has gone away]
DESC wp_subscribe2
WordPress database error: [MySQL server has gone away]
ALTER TABLE `wp_subscribe2` ADD `date` DATE DEFAULT '2008-11-21' NOT NULL AFTER `active`;
WordPress database error: [MySQL server has gone away]
DESC wp_subscribe2
WordPress database error: [MySQL server has gone away]
SELECT ID FROM wp_users
WordPress database error: [MySQL server has gone away]
SELECT option_name from wp_options where option_name LIKE 's2%' AND option_name != 's2_future_posts'
WordPress database error: [MySQL server has gone away]
UPDATE wp_options SET option_value = 'a:20:{s:7:\"autosub\";s:2:\"no\";s:8:\"wpregdef\";s:2:\"no\";s:10:\"autoformat\";s:4:\"text\";s:11:\"autosub_def\";s:3:\"yes\";s:8:\"bcclimit\";i:0;s:6:\"s2page\";i:0;s:5:\"pages\";s:2:\"no\";s:8:\"password\";s:2:\"no\";s:7:\"private\";s:2:\"no\";s:10:\"email_freq\";s:5:\"never\";s:7:\"exclude\";s:0:\"\";s:6:\"sender\";s:6:\"author\";s:12:\"reg_override\";s:1:\"1\";s:11:\"show_button\";s:1:\"1\";s:6:\"widget\";s:1:\"0\";s:6:\"barred\";s:0:\"\";s:8:\"mailtext\";s:203:\"BLOGNAME has posted a new item, \'TITLE\'
POST
You may view the latest post at
PERMALINK
You received this e-mail because you asked to be notified when new updates are posted.
Best regards,
MYNAME
EMAIL\";s:13:\"confirm_email\";s:221:\"BLOGNAME has received a request to ACTION for this email address. To complete your request please click on the link below:
LINK
If you did not request this, please feel free to disregard this notice!
Thank you,
MYNAME.\";s:12:\"remind_email\";s:340:\"This email address was subscribed for notifications at BLOGNAME (BLOGLINK) but the subscription remains incomplete.
If you wish to complete your subscription please click on the link below:
LINK
If you do not wish to complete your subscription please ignore this email and your address will be removed from our database.
Regards,
MYNAME\";s:7:\"version\";s:4:\"4.11\";}' WHERE option_name = 'subscribe2_options'
WordPress database error: [MySQL server has gone away]
UPDATE wp_options SET option_value = '1227263559' WHERE option_name = 'aktt_doing_tweet_download'
WordPress database error: [MySQL server has gone away]
SELECT tw_id
FROM wp_ak_twitter
WHERE tw_id
IN ('1014471503', '1012739307', '1011048347', '1009355884', '1008373518', '1008373513', '1008373509', '1008373503', '1008373496', '1008282931', '1006954245', '1005456385', '1002931143', '1000281971')
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1014471503'
, 'A Self Belief Affirmation for you at my blog - can listen to the mp3 audio that comes with it. This is about doing things you dread doing.'
, ''
, ''
, '2008-11-20 10:05:04'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1014471503'
WordPress database error: [MySQL server has gone away]
SELECT post_name FROM wp_posts WHERE post_name = 'a-self-belief-affirmation-for' AND post_type = 'post' AND ID != 0 AND post_parent = 0 LIMIT 1
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_posts (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`,`post_mime_type`) VALUES ('1','2008-11-20 10:05:04','2008-11-20 10:05:04','A Self Belief Affirmation for you at my blog - can listen to the mp3 audio that comes with it. This is about doing things you dread doing.','','A Self Belief Affirmation for ...','','publish','post','open','open','','a-self-belief-affirmation-for','','','2008-11-20 10:05:04','2008-11-20 10:05:04','0','0','','')
WordPress database error: [MySQL server has gone away]
SELECT meta_key FROM wp_postmeta WHERE meta_key = 'aktt_twitter_id' AND post_id = 0
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_postmeta (`post_id`,`meta_key`,`meta_value`) VALUES ('0','aktt_twitter_id','1014471503')
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1012739307'
, 'Graduate Affirmations have now been uploaded in my Life Series Collection of my web site. More Powerful Affirmations coming to inspire you.'
, ''
, ''
, '2008-11-19 11:57:16'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1012739307'
WordPress database error: [MySQL server has gone away]
SELECT post_name FROM wp_posts WHERE post_name = 'graduate-affirmations-have-now' AND post_type = 'post' AND ID != 0 AND post_parent = 0 LIMIT 1
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_posts (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`,`post_mime_type`) VALUES ('1','2008-11-19 11:57:16','2008-11-19 11:57:16','Graduate Affirmations have now been uploaded in my Life Series Collection of my web site. More Powerful Affirmations coming to inspire you.','','Graduate Affirmations have now...','','publish','post','open','open','','graduate-affirmations-have-now','','','2008-11-19 11:57:16','2008-11-19 11:57:16','0','0','','')
WordPress database error: [MySQL server has gone away]
SELECT meta_key FROM wp_postmeta WHERE meta_key = 'aktt_twitter_id' AND post_id = 0
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_postmeta (`post_id`,`meta_key`,`meta_value`) VALUES ('0','aktt_twitter_id','1012739307')
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1011048347'
, 'Affirmations on \'graduation\' will be completed shortly will tweet when they are loaded. Also working on the e-book for \'Acceptance\'.'
, ''
, ''
, '2008-11-18 11:09:09'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1011048347'
WordPress database error: [MySQL server has gone away]
SELECT post_name FROM wp_posts WHERE post_name = 'affirmations-on-graduation-w' AND post_type = 'post' AND ID != 0 AND post_parent = 0 LIMIT 1
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_posts (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`,`post_mime_type`) VALUES ('1','2008-11-18 11:09:09','2008-11-18 11:09:09','Affirmations on \'graduation\' will be completed shortly will tweet when they are loaded. Also working on the e-book for \'Acceptance\'.','','Affirmations on \'graduation\' w...','','publish','post','open','open','','affirmations-on-graduation-w','','','2008-11-18 11:09:09','2008-11-18 11:09:09','0','0','','')
WordPress database error: [MySQL server has gone away]
SELECT meta_key FROM wp_postmeta WHERE meta_key = 'aktt_twitter_id' AND post_id = 0
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_postmeta (`post_id`,`meta_key`,`meta_value`) VALUES ('0','aktt_twitter_id','1011048347')
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1009355884'
, 'Early rise for me to work on my chapter \'self-reliance\' which will be in my new book. Hope to finish it and move onto the next one asap.'
, ''
, ''
, '2008-11-17 09:56:48'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1009355884'
WordPress database error: [MySQL server has gone away]
SELECT post_name FROM wp_posts WHERE post_name = 'early-rise-for-me-to-work-on-m' AND post_type = 'post' AND ID != 0 AND post_parent = 0 LIMIT 1
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_posts (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`,`post_mime_type`) VALUES ('1','2008-11-17 09:56:48','2008-11-17 09:56:48','Early rise for me to work on my chapter \'self-reliance\' which will be in my new book. Hope to finish it and move onto the next one asap.','','Early rise for me to work on m...','','publish','post','open','open','','early-rise-for-me-to-work-on-m','','','2008-11-17 09:56:48','2008-11-17 09:56:48','0','0','','')
WordPress database error: [MySQL server has gone away]
SELECT meta_key FROM wp_postmeta WHERE meta_key = 'aktt_twitter_id' AND post_id = 0
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_postmeta (`post_id`,`meta_key`,`meta_value`) VALUES ('0','aktt_twitter_id','1009355884')
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1008373518'
, 'New blog post: I just nominated sharethis in ... http://eleesha.com/blogs/archives/72'
, ''
, ''
, '2008-11-16 16:48:29'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1008373518'
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1008373513'
, 'New blog post: just catching up on adding mor... http://eleesha.com/blogs/archives/71'
, ''
, ''
, '2008-11-16 16:48:27'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1008373513'
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1008373509'
, 'New blog post: Added new iaffirmations for ac... http://eleesha.com/blogs/archives/70'
, ''
, ''
, '2008-11-16 16:48:28'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1008373509'
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1008373503'
, 'New blog post: Working on new affirmations ab... http://eleesha.com/blogs/archives/69'
, ''
, ''
, '2008-11-16 16:48:28'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1008373503'
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1008373496'
, 'New blog post: My inspirational affirmations ... http://eleesha.com/blogs/archives/68'
, ''
, ''
, '2008-11-16 16:48:26'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1008373496'
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1008282931'
, 'My inspirational affirmations on making \'choices\' have now been uploaded, get to them via the inspirational affirmations link on my site.'
, ''
, ''
, '2008-11-16 15:16:33'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1008282931'
WordPress database error: [MySQL server has gone away]
SELECT post_name FROM wp_posts WHERE post_name = 'my-inspirational-affirmations' AND post_type = 'post' AND ID != 0 AND post_parent = 0 LIMIT 1
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_posts (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`,`post_mime_type`) VALUES ('1','2008-11-16 15:16:33','2008-11-16 15:16:33','My inspirational affirmations on making \'choices\' have now been uploaded, get to them via the inspirational affirmations link on my site.','','My inspirational affirmations ...','','publish','post','open','open','','my-inspirational-affirmations','','','2008-11-16 15:16:33','2008-11-16 15:16:33','0','0','','')
WordPress database error: [MySQL server has gone away]
SELECT meta_key FROM wp_postmeta WHERE meta_key = 'aktt_twitter_id' AND post_id = 0
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_postmeta (`post_id`,`meta_key`,`meta_value`) VALUES ('0','aktt_twitter_id','1008282931')
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1006954245'
, 'Working on new affirmations about \'choice\' these words will help you make the right choices in your life. Let you know when they are posted!'
, ''
, ''
, '2008-11-15 13:09:31'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1006954245'
WordPress database error: [MySQL server has gone away]
SELECT post_name FROM wp_posts WHERE post_name = 'working-on-new-affirmations-ab' AND post_type = 'post' AND ID != 0 AND post_parent = 0 LIMIT 1
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_posts (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`,`post_mime_type`) VALUES ('1','2008-11-15 13:09:31','2008-11-15 13:09:31','Working on new affirmations about \'choice\' these words will help you make the right choices in your life. Let you know when they are posted!','','Working on new affirmations ab...','','publish','post','open','open','','working-on-new-affirmations-ab','','','2008-11-15 13:09:31','2008-11-15 13:09:31','0','0','','')
WordPress database error: [MySQL server has gone away]
SELECT meta_key FROM wp_postmeta WHERE meta_key = 'aktt_twitter_id' AND post_id = 0
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_postmeta (`post_id`,`meta_key`,`meta_value`) VALUES ('0','aktt_twitter_id','1006954245')
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1005456385'
, 'Added new iaffirmations for acknowledgement, on my (Life Series Collection) page at www.eleesha.com/inspiratonalaffirmations.html - enjoy!'
, ''
, ''
, '2008-11-14 13:53:35'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1005456385'
WordPress database error: [MySQL server has gone away]
SELECT post_name FROM wp_posts WHERE post_name = 'added-new-iaffirmations-for-ac' AND post_type = 'post' AND ID != 0 AND post_parent = 0 LIMIT 1
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_posts (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`,`post_mime_type`) VALUES ('1','2008-11-14 13:53:35','2008-11-14 13:53:35','Added new iaffirmations for acknowledgement, on my (Life Series Collection) page at <a href=\"http://www.eleesha.com/inspiratonalaffirmations.html\" rel=\"nofollow\">http://www.eleesha.com/inspiratonalaffirmations.html</a> - enjoy!','','Added new iaffirmations for ac...','','publish','post','open','open','','added-new-iaffirmations-for-ac','','','2008-11-14 13:53:35','2008-11-14 13:53:35','0','0','','')
WordPress database error: [MySQL server has gone away]
SELECT meta_key FROM wp_postmeta WHERE meta_key = 'aktt_twitter_id' AND post_id = 0
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_postmeta (`post_id`,`meta_key`,`meta_value`) VALUES ('0','aktt_twitter_id','1005456385')
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1002931143'
, 'just catching up on adding more info to my site, today, sending out some articles as well.'
, ''
, ''
, '2008-11-12 23:32:32'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1002931143'
WordPress database error: [MySQL server has gone away]
SELECT post_name FROM wp_posts WHERE post_name = 'just-catching-up-on-adding-mor' AND post_type = 'post' AND ID != 0 AND post_parent = 0 LIMIT 1
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_posts (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`,`post_mime_type`) VALUES ('1','2008-11-12 23:32:32','2008-11-12 23:32:32','just catching up on adding more info to my site, today, sending out some articles as well.','','just catching up on adding mor...','','publish','post','open','open','','just-catching-up-on-adding-mor','','','2008-11-12 23:32:32','2008-11-12 23:32:32','0','0','','')
WordPress database error: [MySQL server has gone away]
SELECT meta_key FROM wp_postmeta WHERE meta_key = 'aktt_twitter_id' AND post_id = 0
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_postmeta (`post_id`,`meta_key`,`meta_value`) VALUES ('0','aktt_twitter_id','1002931143')
WordPress database error: [MySQL server has gone away]
INSERT
INTO wp_ak_twitter
( tw_id
, tw_text
, tw_reply_username
, tw_reply_tweet
, tw_created_at
, modified
)
VALUES
( '1000281971'
, 'I just nominated sharethis in the @mashable Open Web Awards. Nominate here: http://tinyurl.com/5r4ry3'
, ''
, ''
, '2008-11-11 12:05:49'
, NOW()
)
WordPress database error: [MySQL server has gone away]
SELECT *
FROM wp_postmeta
WHERE meta_key = 'aktt_twitter_id'
AND meta_value = '1000281971'
WordPress database error: [MySQL server has gone away]
SELECT post_name FROM wp_posts WHERE post_name = 'i-just-nominated-sharethis-in' AND post_type = 'post' AND ID != 0 AND post_parent = 0 LIMIT 1
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_posts (`post_author`,`post_date`,`post_date_gmt`,`post_content`,`post_content_filtered`,`post_title`,`post_excerpt`,`post_status`,`post_type`,`comment_status`,`ping_status`,`post_password`,`post_name`,`to_ping`,`pinged`,`post_modified`,`post_modified_gmt`,`post_parent`,`menu_order`,`guid`,`post_mime_type`) VALUES ('1','2008-11-11 12:05:49','2008-11-11 12:05:49','I just nominated sharethis in the @<a href=\"http://twitter.com/mashable\">mashable</a> Open Web Awards. Nominate here: <a href=\"http://tinyurl.com/5r4ry3\" rel=\"nofollow\">http://tinyurl.com/5r4ry3</a>','','I just nominated sharethis in ...','','publish','post','open','open','','i-just-nominated-sharethis-in','','','2008-11-11 12:05:49','2008-11-11 12:05:49','0','0','','')
WordPress database error: [MySQL server has gone away]
SELECT meta_key FROM wp_postmeta WHERE meta_key = 'aktt_twitter_id' AND post_id = 0
WordPress database error: [MySQL server has gone away]
INSERT INTO wp_postmeta (`post_id`,`meta_key`,`meta_value`) VALUES ('0','aktt_twitter_id','1000281971')
WordPress database error: [MySQL server has gone away]
UPDATE wp_options SET option_value = 'e26aac09961a66f32c5f5a8785652f42' WHERE option_name = 'aktt_update_hash'
WordPress database error: [MySQL server has gone away]
UPDATE wp_options SET option_value = '1227263560' WHERE option_name = 'aktt_last_tweet_download'
WordPress database error: [MySQL server has gone away]
UPDATE wp_options SET option_value = '0' WHERE option_name = 'aktt_doing_tweet_download'