rgoldrich Posted February 1, 2010 Report Share Posted February 1, 2010 I have installed the UniServer. What a great idea, especially for people trying to develop web sites. Anyhow, I get the server to work all right. PHPMyAdmin runs fine. But I simply cannot get WordPress to work. After copying over the files into the www directory, and configuring the "wp-config" file, etc. I simply cannot get WordPress to run. I have a feeling that things are getting hung up while trying to connect to the database. If you are a WordPress user, the wp-config file reads: define('DB_NAME', 'wordpress');define('DB_USER', 'root');define('DB_PASSWORD', 'wordpress');define('DB_HOST', 'localhost'); Maybe there is a mistake here, but I can't even get the install.php file to run. Again, I think because of failing to connect to the database. So here's my questions: 1. Can someone tell me a sure fire way to determine if I have a database connection problem? 2. If you have any experience running WordPress within UniServer, can you offer me tips regarding what I am doing wrong? Thank you very much in advance. Bob Quote Link to comment Share on other sites More sharing options...
Ric Posted February 1, 2010 Report Share Posted February 1, 2010 Try replacingdefine('DB_HOST', 'localhost');Withdefine('DB_HOST', '127.0.0.1');All the bestRic Quote Link to comment Share on other sites More sharing options...
rgoldrich Posted February 2, 2010 Author Report Share Posted February 2, 2010 Thanks! That did it!! Bob Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.