I haven't read many docs, however if you are trying to connect to an external database (not localhost) with mysql, please remember to include: port = 3306
in your group = mysql-connection I know that 3306 is the default mysql port, but without this will not work for me. Cheers Julien
