• Error on opening localhost:8888/wp-admin/installation.php. When i have set up the config.php file to read my database name and username and password i can’t open the WP admin page.
    I get “Error establishing a database connection”

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there try

    localhost:8888/wordpress/wp-admin/install.php

    Thread Starter rusmichael

    (@rusmichael)

    Thanks Anna

    Let me know if it works.

    You need to point the URL to where the wordpress folder is located.

    We should mark this thread resolved once the problem is solved.

    Thread Starter rusmichael

    (@rusmichael)

    Still not working. still getting the same message for database connection

    Are you using Windows, Mac or Linux ?

    I use MAC and MAMP.

    I can walk you thru the steps if you are using a MAC.

    The installation is a bit tricky. (As always, the devil is in the details) But it’s super simple once you get the hang of it. Honest !

    Try setting your database name and password to root

    See example below:

    /** MySQL database username */
    define(‘DB_USER’, ‘root’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘root’);

    Also, where is your WordPress folder located ?

    localhost:8888/wordpress/wp-admin/install.php — will only work if the WordPress folder is located on your desktop.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Error on opening localhost:8888/wp-admin/installation.php’ is closed to new replies.