• I have installed easyphp on port 8080 but it seems this gives problems when connecting to my mysql database.
    These are the settings I’ve tried:

    define('DB_HOST', '127.0.0.1'); /** RESULT Error establishing a database connection
    define('DB_HOST', 'localhost'); /** RESULT Error establishing a database connection
    define('DB_HOST', 'localhost'); /** RESULT Error establishing a database connection
    define('DB_HOST', 'localhost:8080'); /** RESULT Blank screen with the windows hourglass
    define('DB_HOST', '127.0.0.1:8080'); /** RESULTBlank screen with the windows hourglass

    Hope anybody can help me.

  • The topic ‘Problem connecting db – easyphp installed on different port’ is closed to new replies.