Hi Simone, check that everything works correctly by trying to connect to the remove MySQL server via the mysql client tool:
shell> mysql -u pmacct -h 192.168.11.14 -p Are you able to connect to the server ? This should clear whether there is any connection filtering or permission-related trouble. Check the 'acct' table existence and raise the 'sql_refresh_time' value to, say, 30 seconds (which sounds more realistic). If you are still unsuccessful, try enabling the debug (debug: true) and post me the relevant output. Let me know how things get evolved ! Cheers, Paolo
