Ok Sorry,
I extracted the files to my WWW folder and went into the wp-config.php file and made these changes…
[code]
define('DB_NAME', 'wordpress'); // did nothing to this
define('DB_USER', 'root'); // changed this to your
define('DB_PASSWORD', 'ROOTPASSWORD'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change
[/code]
I make sure that root is in my MySQL users… and then I try /wp-admin/install.php … I get this error
[code]
We're having a little trouble selecting the proper database for WordPress.
Are you sure it exists?
[/code]
So then I got into MySQL and make a database called wordpress and then try that URL again and get this error…
[code]
SQL/DB Error:
[Table 'wordpress.wp_options' doesn't exist]
SELECT option_name, option_value FROM wp_options
[/code]
And I even made sure root had the permissions….
I am running
PHP 4.3.4
Apache 2.0.48
MySQL 4.0.18
WordPress 1.0.2