Title: Database Table doesn&#8217;t exist
Last modified: March 23, 2017

---

# Database Table doesn’t exist

 *  [orsocapo](https://wordpress.org/support/users/orsocapo/)
 * (@orsocapo)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/database-table-doesnt-exist/)
 * I can’t access to WP backend.
    Wordpress repair found this problem: wp_termmeta:
   Table ‘Sql1081194_1.wp_termmeta’ doesn’t exist

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

 *  [TheIToons](https://wordpress.org/support/users/pntrivedy/)
 * (@pntrivedy)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/database-table-doesnt-exist/#post-8949976)
 * Have you tried creating the missing table manually?
 *  [Ahir Hemant](https://wordpress.org/support/users/hemant-ahir/)
 * (@hemant-ahir)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/database-table-doesnt-exist/#post-8951312)
 * Hi
    You are missing a table. You can add it using this sql
 * Login into cpanel-> go to phpmyadmin -> Select your database -> click on SQL 
   and paste below codes – >GO
 * CREATE TABLE `Sql1081194_1.wp_termmeta` (
    `meta_id` bigint(20) unsigned NOT 
   NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT ‘0’, `meta_key`
   varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE
   utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `
   meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3255 DEFAULT CHARSET
   =utf8mb4 COLLATE=utf8mb4_unicode_ci;
 *  Thread Starter [orsocapo](https://wordpress.org/support/users/orsocapo/)
 * (@orsocapo)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/database-table-doesnt-exist/#post-8952223)
 * Thank you very much!
    Unfortunately my issue is more difficult to resolve. I 
   figured out that I made something wrong in the root. Anyway your suggestion has
   been usefull

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

The topic ‘Database Table doesn’t exist’ is closed to new replies.

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)
 * [table error](https://wordpress.org/support/topic-tag/table-error/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [orsocapo](https://wordpress.org/support/users/orsocapo/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/database-table-doesnt-exist/#post-8952223)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
