Hello all. My apologies for taking so long to return to blogging… it has been hard to find the time to make the move to WordPress; which BTW it seems keeping support to old permalinks will take some time, and I will do little by little.

In any case, now that I found some time to work on the move to WordPress, I have a problem that I can't connect to MySQL 5 instance, because it is listening on a different port… I need to find out how to specify an alternate port on my wp-config.php installation file.

Using define('DB_PORT', '3307') doesn't work… and using define('DB_HOST', 'localhost:3307') doesn't work either….

Any pointers to this is appreciated. Thanks in advance…

ceo