Attempted to get multisite running-followed the instructions, disabled plugins, everything was running smoothly untill I updated the .htaccess and wp-config files. Once I did that, I got the Error Establishing Database Connection errors.
When I went to the wp-admin for the site, I got a prompt to repair the database. I did that, and got a bunch of errors. It told me to post them here.
The errors are:
wp_1_posts: Table 'bigwater_wp.wp_1_posts' doesn't exist
wp_1_comments: Table 'bigwater_wp.wp_1_comments' doesn't exist
wp_1_links: Table 'bigwater_wp.wp_1_links' doesn't exist
wp_1_options: Table 'bigwater_wp.wp_1_options' doesn't exist
wp_1_postmeta: Table 'bigwater_wp.wp_1_postmeta' doesn't exist
wp_1_terms: Table 'bigwater_wp.wp_1_terms' doesn't exist
wp_1_term_taxonomy: Table 'bigwater_wp.wp_1_term_taxonomy' doesn't exist
wp_1_term_relationships: Table 'bigwater_wp.wp_1_term_relationships' doesn't exist
wp_1_commentmeta: Table 'bigwater_wp.wp_1_commentmeta' doesn't exist
Those tables don't exist in the database when I look in phpmyadmin. How can I fix this?