• i got this error while tryin to repair, what do i do

    tbk_users: Table ‘kingston_kdb1.tbk_users’ doesn’t exist
    tbk_usermeta: Table ‘kingston_kdb1.tbk_usermeta’ doesn’t exist
    tbk_posts: Table ‘kingston_kdb1.tbk_posts’ doesn’t exist
    tbk_comments: Table ‘kingston_kdb1.tbk_comments’ doesn’t exist
    tbk_links: Table ‘kingston_kdb1.tbk_links’ doesn’t exist
    tbk_options: Table ‘kingston_kdb1.tbk_options’ doesn’t exist
    tbk_postmeta: Table ‘kingston_kdb1.tbk_postmeta’ doesn’t exist
    tbk_terms: Table ‘kingston_kdb1.tbk_terms’ doesn’t exist
    tbk_term_taxonomy: Table ‘kingston_kdb1.tbk_term_taxonomy’ doesn’t exist
    tbk_term_relationships: Table ‘kingston_kdb1.tbk_term_relationships’ doesn’t exist

Viewing 1 replies (of 1 total)
  • Does the database table prefix match the one in wp-config.php?

    In wp-config it will look something like:

    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each a unique
     * prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix  = 'wp_';

    wp_ is the default setting.

    I’m guessing your table prefix should now look like this:

    $table_prefix  = 'kingston_kdb1.tbk_';
Viewing 1 replies (of 1 total)
  • The topic ‘Error establishing a database connection’ is closed to new replies.