Title: Another Database Problem
Last modified: August 20, 2016

---

# Another Database Problem

 *  Resolved [lohray](https://wordpress.org/support/users/lohray/)
 * (@lohray)
 * [15 years ago](https://wordpress.org/support/topic/another-database-problem-1/)
 * I folloowed all the steps in the codex on creating a network till I had to log
   in again after modifying the .htaccess
    Then along came a database connactivity
   error and I tried to reapit it and the WP repain utility asked me to post this
   on the WP forum for help
 *     ```
       wp_1_posts: Table 'wp_t2.wp_1_posts' doesn't exist
       wp_1_comments: Table 'wp_t2.wp_1_comments' doesn't exist
       wp_1_links: Table 'wp_t2.wp_1_links' doesn't exist
       wp_1_options: Table 'wp_t2.wp_1_options' doesn't exist
       wp_1_postmeta: Table 'wp_t2.wp_1_postmeta' doesn't exist
       wp_1_terms: Table 'wp_t2.wp_1_terms' doesn't exist
       wp_1_term_taxonomy: Table 'wp_t2.wp_1_term_taxonomy' doesn't exist
       wp_1_term_relationships: Table 'wp_t2.wp_1_term_relationships' doesn't exist
       wp_1_commentmeta: Table 'wp_t2.wp_1_commentmeta' doesn't
       ```
   
 * How do I fix these?

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years ago](https://wordpress.org/support/topic/another-database-problem-1/#post-2093526)
 * In your wp-config.php do you have both `define('WP_ALLOW_MULTISITE', true);` 
   AND `define( 'MULTISITE', true );` ?
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [15 years ago](https://wordpress.org/support/topic/another-database-problem-1/#post-2093543)
 * Did you use SimpleScripts to install WP?
 *  Thread Starter [lohray](https://wordpress.org/support/users/lohray/)
 * (@lohray)
 * [15 years ago](https://wordpress.org/support/topic/another-database-problem-1/#post-2093547)
 * [@ipstenu](https://wordpress.org/support/users/ipstenu/):
    I have `define('WP_ALLOW_MULTISITE',
   true);` but not `define( 'MULTISITE', true );` I nid not see any mention of it.
 * [@andrea_r](https://wordpress.org/support/users/andrea_r/): I think yes. I just
   accessed the WP folder after extracting the downloading latest.tar.gz and following
   the steps. That was pretty simple.
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [15 years ago](https://wordpress.org/support/topic/another-database-problem-1/#post-2093601)
 * > I have define(‘WP_ALLOW_MULTISITE’, true);
   >  but not define( ‘MULTISITE’, true);
   > I nid not see any mention of it.
 * They are both mentioned in the instructions and in the codee the network setup
   screen gives you to copy/paste.
 * `define('WP_ALLOW_MULTISITE', true);`is the first line you put in to get the 
   menu item to show.** Do not remove it** when pasting in the rest.
 *  Thread Starter [lohray](https://wordpress.org/support/users/lohray/)
 * (@lohray)
 * [15 years ago](https://wordpress.org/support/topic/another-database-problem-1/#post-2093635)
 * I was following [http://codex.wordpress.org/Create_A_Network](http://codex.wordpress.org/Create_A_Network),
   and it mentions the ‘define(‘WP_ALLOW_MULTISITE’, true);’ in step 3 but there
   is no mention of ‘define( ‘MULTISITE’, true );’ maybe I was referring to the 
   the wrong documentation?
 * Anyway, it worked! Adding ‘define( ‘MULTISITE’, true );’ fixed things. I have
   been able to use both subdomains as well as subdirectories to access WP.
 * Thank you 🙂
 *  [Andrea Rennick](https://wordpress.org/support/users/andrea_r/)
 * (@andrea_r)
 * [15 years ago](https://wordpress.org/support/topic/another-database-problem-1/#post-2093699)
 * > but there is no mention of ‘define( ‘MULTISITE’, true );’ maybe I was referring
   > to the the wrong documentation?
 * There’s no need to mention it because it’s in the block of text you get in Step5,
   part 2.
 * >  I have been able to use both subdomains as well as subdirectories to access
   > WP.
 * ? You should only have one or the other.
 *  Thread Starter [lohray](https://wordpress.org/support/users/lohray/)
 * (@lohray)
 * [15 years ago](https://wordpress.org/support/topic/another-database-problem-1/#post-2093700)
 * I might have missed that line :-O from Step5 part2 🙁
 * Yes. It is one at a time. I tried both of them. And they work fine.
 * Thank you 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Another Database Problem’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 7 replies
 * 3 participants
 * Last reply from: [lohray](https://wordpress.org/support/users/lohray/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/another-database-problem-1/#post-2093700)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
