So here is my latest error message..
WordPress database error Unknown column ‘wp_’ in ‘field list’ for query SELECT wp_
The error occurs at
https://localhost/wordpress/wp-admin/setup-config.php?step=2 when running localhost/wordpress/wp-admin/install.php
Here is what I’ve done.
1. Installed IIS, so that you can do a localhost
2. Installed MySQL, Created a database,
3. Downloaded and unzipped wordpress into the “WordPress’ directory at inetpub/wwwroot.
3. Edited wp-config.php so that it includes all of the relevant information, added in the correct database information, left the prefix as it was “Wp_”, also updated this so that the key values have unique fields.
3. Installed PHP, should be correct as you can do a PHP info in localhost, and you can do a php -v at a command prompt
4. Updated PHP.INI so that display errors is set to on, and the error log is set to php errors.log, this was suggested on the internet for this type of error.
In the past, I have added the tables manually, using the create table commands from schema.php, but decided this time to create a blank database and start from scratch.
I’m thinking by the end of September I’ll be able to figure this out. Obviously, other people have been able to get wordpress installed, so if I keep trying I’ll probably get it.
Just out of curiosity, which step is it that creates the tables in MYSQL? Maybe I could run that manually and get this to work.
Again, thanks for your help. It probably is not that hard to install, other people seem to be able to get WordPress to work without any difficulty.