Hi, I've just reported a bug to the Kannel devel group that in the latest CVS code the example below does not work according to the latest CVS user guide unless you remove the mysql prefix.
group = mysql-connection id = dlr-db host = localhost mysql-username = foo mysql-password = bar database = dlr max-connections = 1 This works: group = mysql-connection id = dlr-db host = localhost username = foo password = bar database = dlr max-connections = 1 I hope this helps. Rgds
