• Resolved bhakti3

    (@bhakti3)


    I am trying to create a network. Single user site was working OK, but in attempt to login after Network install I get this error:

    Error establishing a database connection

    Running diagnostic I get this:

    wp_1_posts: Table ‘wpmu.wp_1_posts’ doesn’t exist
    wp_1_comments: Table ‘wpmu.wp_1_comments’ doesn’t exist
    wp_1_links: Table ‘wpmu.wp_1_links’ doesn’t exist
    wp_1_options: Table ‘wpmu.wp_1_options’ doesn’t exist
    wp_1_postmeta: Table ‘wpmu.wp_1_postmeta’ doesn’t exist
    wp_1_terms: Table ‘wpmu.wp_1_terms’ doesn’t exist
    wp_1_term_taxonomy: Table ‘wpmu.wp_1_term_taxonomy’ doesn’t exist
    wp_1_term_relationships: Table ‘wpmu.wp_1_term_relationships’ doesn’t exist
    wp_1_commentmeta: Table ‘wpmu.wp_1_commentmeta’ doesn’t exist

    MySQL user has ALL privileges

    Plugins were disabled on second attempt at Network install

    I have read other threads, but have not found solution to my problem here.

    Any help would be great.

    Rgds

    Bhakti

Viewing 2 replies - 16 through 17 (of 17 total)
  • I’ve deactivated all plugins and the problem persists. Don’t know what to try next.

    My config file: (btw, I only made one alteration after the problem began, as noted:

    define('WP_ALLOW_MULTISITE', true); // just added, made no difference to site add problem
    define( 'MULTISITE', true );
    define( 'WP_MEMORY_LIMIT', '96M' );
    define( 'SUBDOMAIN_INSTALL', false );
    $base = '/';
    define( 'DOMAIN_CURRENT_SITE', 'earthsociety.org' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );

    ooops, my bad, I didn’t deactivate all plugins, must have selected the wrong item in the drop-down. Site now creates, problem solved. Don’t know what plugin it was, but very likely a buddypress plugin.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Error establishing a database connection’ is closed to new replies.