install.php
-
Hey everyone,
I’m having an issue with a fresh install of wordpress.
The exact steps I have taken:
* installed xampp to c:\xampp
* when starting the apache server I was getting a duplicate port error. So I changed the httpd.conf and httpd-ssl.conf to point to port 8080 and 4433 respectively. The apache server then started with out any issues.
* made a folder called “wordpress” in the htdocs directory and copied the contents of my wordpress download into it.
* created a blank database in mysql with a user that has all CRUD and schema alteration permissions.
* renamed the sample config to just wp-config.php
* changed database details
> DB_HOST = localhost:8080
> DB_COLLATE = utf8_general_ci
* open “https://localhost:8080/wordpress/wp-admin/install.php” in the browser, proceeds to hang until timeout. Changed timeout to 300 seconds.When trying to set DB_HOST to localhost:3306 I get a “Error establishing a database connection” message.
Not really sure what I’m missing here.
- The topic ‘install.php’ is closed to new replies.