Install – cannot establish connection
-
Hi
I wanted to load WordPress onto the a web server that we setup for a client yesterday and spent about 3 hrs fighting with it. I was one of the unlucky ones in terms of the 5 min install not working. Here is the approach I took.
1) I downloaded the latest version of WordPress and dumped it into a directory called wordpress ( with the appropriate sub directories ).
2) My server runs php 4.1.2, apache 1.3.23, mySQL 3.23.56. mod_rewrite is installed.
3) I logged into phpMyAdmin and setup a new database. Then in the mysql database I created a new user ( no priviledges) with localhost as my host. Then went into the mysql database DB table and gave the user I created access to the wordpress database I created ( with all priviledges ). Then reloaded the mysql from the main phpmyadmin page.
4) I edited the wp-config-sample.php file and added the proper connection info. Then saved out as the wp-config.php.
5) I then uploaded the files into a directory on the server ( called wordpress) with all the files and subdirectories. Its a Linux box running RedHat Advanced Server 3. File permissions for the directories and files were 755 ( I tried 644 and others but that was never a problem ). WHen I uploaded, my FTP username has root priviledges so I don’t believe ownership is a problem.
6) I then ran the htttp://www.domainnamehere.com/wordpress/wp-admin/install.php script and got the “cannot establish a connection” error message. I doubled check all settings and reuploaded files, played with different settings etc on the server and still with no success.
7) I then came to the WordPress Support, read over a bunch of pages of support issues trying to identify the problem based on what others had trouble with. The server that I am using is one we setup for a trades and technology site. We can change or edit pretty much any setting or configuration.
Any thoughts on what I may have missed? I wanted to get it working and get some experience getting familair with it
I thought about uploading a simple script to make a connection to the database to see if it was my database or if it was the wordpress scripts. I have a basic understanding of php and mysql but I am missing something.
Any advice is appreciated!
Eldoren
The topic ‘Install – cannot establish connection’ is closed to new replies.