Hi all…
Found a way round the PHP 5.3 database connection issue. If you set your DB_HOST parameter to be a ‘hostname:port_number’ pair, it works.
E.g. on my system:
define('DB_HOST', 'localhost:3306');
(You might need to change hostname or port number)