• yaaview

    (@yaaview)


    wpw4_users: Table ‘pioneer3_wp544.wpw4_users’ doesn’t exist
    wpw4_usermeta: Table ‘pioneer3_wp544.wpw4_usermeta’ doesn’t exist
    wpw4_posts: Table ‘pioneer3_wp544.wpw4_posts’ doesn’t exist
    wpw4_options: Table ‘pioneer3_wp544.wpw4_options’ doesn’t exist
    wpw4_postmeta: Table ‘pioneer3_wp544.wpw4_postmeta’ doesn’t exist
    wpw4_terms: Table ‘pioneer3_wp544.wpw4_terms’ doesn’t exist
    wpw4_term_taxonomy: Table ‘pioneer3_wp544.wpw4_term_taxonomy’ doesn’t exist
    wpw4_term_relationships: Table ‘pioneer3_wp544.wpw4_term_relationships’ doesn’t exist
    wpw4_termmeta: Table ‘pioneer3_wp544.wpw4_termmeta’ doesn’t exist

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

Viewing 1 replies (of 1 total)
  • Kartik Shukla

    (@kartiks16)

    Hello yaaview

    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 ‘How do I solve Database error with the following dialogue:Some database problems’ is closed to new replies.