I have successfully installed 2.x on my local system before, but it has been a while. I am developing a new blog for a client and I downloaded the 3.0 zip file and followed the 5-min install instructions.
I created the db, extracted, modified and copied the files, loaded install.php in my browser. I entered the required details and pressed install.
The browser redirects to install.php?step=2 . The page does not fully load - only loads the WP logo at the top, nothing else. I tried to access the blog and got 'Error establishing a database connection'.
I checked the db, and only 6 tables have been created, wp_commentmeta, wp_comments, wp_links, wp_terms, wp_term_relationships, wp_term_taxonomy.
I went to run the install again, it said it was already installed and I should repair the db. Once the repair had run, I got these errors:
wp_users: Table 'sbb_blog.wp_users' doesn't exist
wp_usermeta: Table 'sbb_blog.wp_usermeta' doesn't exist
wp_posts: Table 'sbb_blog.wp_posts' doesn't exist
wp_options: Table 'sbb_blog.wp_options' doesn't exist
wp_postmeta: Table 'sbb_blog.wp_postmeta' doesn't exist
I have deleted everything and started from scratch several times with exactly the same results. Any help would be great.