Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    WAMP may have connected to the MySQL server using a non-standard port because the default 3306 was in use. Find out what port it’s actually using from the WAMP control panel. Use that port as part of the DB_HOST definition in wp-config.php. For example: define('DB_HOST', 'localhost:3307'); or maybe define('DB_HOST', '127.0.0.1:3307');

    Thread Starter mickeycode

    (@mickeycode)

    tku I changed the port as you suggested.

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

The topic ‘Can’t select database”’ is closed to new replies.