• Hello all,

    I recently installed WAMP server with the proper PHP and MYSGL addons since they are required to run WordPress. I followed guides from others and seem to be stuck. I’ve turned everything on with WAMP (PHP, MYSQL) and can’t seem to access the phpMyAdmin, although it may not be an issue with running WordPress.

    I extracted WordPress into the c:/wamp/www folder and can access it. However, when prompted to input the configuration information, it says it’s unable to select the database. I used ‘www’ and ‘wordpress’ but get the same error. Also, as for the username, password and database host, the username is ‘root,’ password is empty and the database host is on default, ‘localhost.’

    I did install MYSQL and it did ask to create login information which I did and used the inputs on the WordPress configuration and still no luck. However, after realizing I can download the MYSQL addon for WAMP, I removed the MYSQL software.

    I mainly followed this guideline:

    http://webdesignerwall.com/tutorials/installing-wordpress-locally

    If you can give me a step by step set up of WAMP and installing WordPress, I would appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vincentfreeman

    (@vincentfreeman)

    I solved the problem!

    This video assisted me all the way.

    Just in case others run into the same problem, if you are unable to access the ‘PHPMyAdmin’ by searching for http://localhost/ in your browser, try http://127.0.0.1/ instead and you’ll be able to access it now. Your MYSQL information will be revealed on the ‘PHPMyAdmin’ homepage, such as the server name, username and password.

    Next, you have to create a new database which you will input when configuring WordPress. Change the ‘MYSQL’ username to ‘root’ and leave the password completely blank. As for the localhost, leave it as localhost or use 127.0.0.1 if an error occurs.

    This should solve the problem but make sure that you extract WordPress into c:/wamp/www. The next steps are straight forward.

    Thanks for this!! It really helped 🙂

    Thread Starter vincentfreeman

    (@vincentfreeman)

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Running WordPress Locally With WAMP’ is closed to new replies.