Title: joecr's Replies | WordPress.org

---

# joecr

  [  ](https://wordpress.org/support/users/joecr/)

 *   [Profile](https://wordpress.org/support/users/joecr/)
 *   [Topics Started](https://wordpress.org/support/users/joecr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/joecr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/joecr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/joecr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/joecr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/joecr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advertising Manager] Is Advertising Manager a dead product?](https://wordpress.org/support/topic/is-advertising-manager-a-dead-product/)
 *  [joecr](https://wordpress.org/support/users/joecr/)
 * (@joecr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/is-advertising-manager-a-dead-product/#post-2208230)
 * Switch back to [http://wordpress.org/extend/plugins/adsense-manager/](http://wordpress.org/extend/plugins/adsense-manager/)
   where it came from, as it is maintained again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advertising Manager] Is Advertising Manager a dead product?](https://wordpress.org/support/topic/is-advertising-manager-a-dead-product/)
 *  [joecr](https://wordpress.org/support/users/joecr/)
 * (@joecr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/is-advertising-manager-a-dead-product/#post-2208231)
 * Sorry my mouse clicked twice when I clicked once.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_commentmeta: Table ‘a39xxxx2_blog.wp_commentmeta’ doesn’t exist](https://wordpress.org/support/topic/wp_commentmeta-table-a39xxxx2_blogwp_commentmeta-doesnt-exist/)
 *  [joecr](https://wordpress.org/support/users/joecr/)
 * (@joecr)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/wp_commentmeta-table-a39xxxx2_blogwp_commentmeta-doesnt-exist/#post-1322742)
 * All I had to run was the following. If you have a prefix other then “wp_” you
   will need to change the first line to match what it is.
 *     ```
       CREATE TABLE wp_commentmeta (
         meta_id bigint(20) unsigned NOT NULL auto_increment,
         comment_id bigint(20) unsigned NOT NULL default '0',
         meta_key varchar(255) default NULL,
         meta_value longtext,
         PRIMARY KEY  (meta_id),
         KEY comment_id (comment_id),
         KEY meta_key (meta_key)
       )
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_commentmeta: Table ‘a39xxxx2_blog.wp_commentmeta’ doesn’t exist](https://wordpress.org/support/topic/wp_commentmeta-table-a39xxxx2_blogwp_commentmeta-doesnt-exist/)
 *  [joecr](https://wordpress.org/support/users/joecr/)
 * (@joecr)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/wp_commentmeta-table-a39xxxx2_blogwp_commentmeta-doesnt-exist/#post-1322733)
 * Well after some searching I found the file that has the SQL command. It is in
   wp-admin/includes/schema.php. I’ll test it later as I have other things that 
   I have to do right now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_commentmeta: Table ‘a39xxxx2_blog.wp_commentmeta’ doesn’t exist](https://wordpress.org/support/topic/wp_commentmeta-table-a39xxxx2_blogwp_commentmeta-doesnt-exist/)
 *  [joecr](https://wordpress.org/support/users/joecr/)
 * (@joecr)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/wp_commentmeta-table-a39xxxx2_blogwp_commentmeta-doesnt-exist/#post-1322732)
 * I have full rights for that database. It is a local test install. My problem 
   is that the [http://codex.wordpress.org/Database_Description#Table:_wp_commentmeta](http://codex.wordpress.org/Database_Description#Table:_wp_commentmeta)
   doesn’t provide me with enough information to make the SQL query myself. I can
   figure out most of it just not all of it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_commentmeta: Table ‘a39xxxx2_blog.wp_commentmeta’ doesn’t exist](https://wordpress.org/support/topic/wp_commentmeta-table-a39xxxx2_blogwp_commentmeta-doesnt-exist/)
 *  [joecr](https://wordpress.org/support/users/joecr/)
 * (@joecr)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/wp_commentmeta-table-a39xxxx2_blogwp_commentmeta-doesnt-exist/#post-1322730)
 * I’m having the same issue but I can’t find directions on how to do it exactly.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Scripts not closing connections on database. HELP!](https://wordpress.org/support/topic/scripts-not-closing-connections-on-database-help/)
 *  [joecr](https://wordpress.org/support/users/joecr/)
 * (@joecr)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/scripts-not-closing-connections-on-database-help/#post-1262333)
 * It is more likely that you are experiencing load issues a plugin like [WP Super Cache](http://wordpress.org/extend/plugins/wp-super-cache/)
   should help with what sounds like possibly performance related issues.
 * The two most common causes that I’ve seen is a fubared plugin &/or a fubared 
   theme. So if disabling the plugins didn’t resolve it & changing the theme to 
   the default one didn’t either, then it becomes issues I’ve seen less of personally,
   but since it changes based on the time of the day it might be related to performance
   which is why I made that suggestion.

Viewing 7 replies - 1 through 7 (of 7 total)