• WP version: 3.5.1 (todays)
    Web server: NGinx 1.2.1
    PHP: php5-fpm 5.4.6
    Mysql: 14.14 distribution 5.5.29
    Host OS: Ubuntu 12.10 (x64)

    Hey all,

    I just downloaded and installed WordPress 3.5.1 from the site, installed it on a fresh NGinx+php5-fpm+mysql. I set up NGinx and php5-fpm according to: http://codex.wordpress.org/Nginx
    And was walking through the network setup according to: https://codex.wordpress.org/Create_A_Network

    Was at step #5 on the Create_A_Network instructions, and the site died with the message: “Error establishing a database connection”. Tried …/wp-admin, and ended up getting a DB repair message, so I tried that and got the following results:

    wp_1_posts: Table 'example_www.wp_1_posts' doesn't exist
    wp_1_comments: Table 'example_www.wp_1_comments' doesn't exist
    wp_1_links: Table 'example_www.wp_1_links' doesn't exist
    wp_1_options: Table 'example_www.wp_1_options' doesn't exist
    wp_1_postmeta: Table 'example_www.wp_1_postmeta' doesn't exist
    wp_1_terms: Table 'example_www.wp_1_terms' doesn't exist
    wp_1_term_taxonomy: Table 'example_www.wp_1_term_taxonomy' doesn't exist
    wp_1_term_relationships: Table 'example_www.wp_1_term_relationships' doesn't exist
    wp_1_commentmeta: Table 'example_www.wp_1_commentmeta' doesn't exist

    I’ve sanitized the URL I’m working with, so “example” is only representative of the domain and database in question…

    Any help would really be appreciated, thanks.

  • The topic ‘Database errors after fresh install and run of network setup wizard’ is closed to new replies.