• ccolley

    (@ccolley)


    wp_users: Table ‘db12356_nvbvcl.wp_users’ doesn’t exist
    wp_usermeta: Table ‘db12356_nvbvcl.wp_usermeta’ doesn’t exist
    wp_posts: Table ‘db12356_nvbvcl.wp_posts’ doesn’t exist
    wp_comments: Table ‘db12356_nvbvcl.wp_comments’ doesn’t exist
    wp_links: Table ‘db12356_nvbvcl.wp_links’ doesn’t exist
    wp_options: Table ‘db12356_nvbvcl.wp_options’ doesn’t exist
    wp_postmeta: Table ‘db12356_nvbvcl.wp_postmeta’ doesn’t exist

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @ccolley

    Its showing database connection error. To resolve this first of all collect the below information

    • Database Name
    • Host
    • Database Username
    • Database Password

    and once you get the above information. open your File Manager from cpanel/ Via FTP. look for the file wp-config.php and edit the following port of the code replace the parameter with above extracted info

    /** The name of the database for WordPress */
    define('DB_NAME', '<yourdatabasename>');
    
    /** MySQL database username */
    define('DB_USER', '<yourusername>');
    
    /** MySQL database password */
    define('DB_PASSWORD', '<database password>');
    
    /** MySQL hostname */
    define('DB_HOST', '<localhost>');

    It should the connect the WordPress with Database

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Some database problems could not be repaired.’ is closed to new replies.