• I need to set a port number to use for the MySQL connect string since it appears that MySQL5 is no supported and I do not have an available MySQL4 server using the default port available.

    I tried to add a line:
    define(‘DB_PORT’, ‘3307’);

    below the host line, but this did not work.

    Does anyone know of a workaround for this?

  • The topic ‘MySQL server using an alternate port’ is closed to new replies.