Sajith T S writes:
radius.sql is basically the standard schema for freeradius with mysql backend. Apparently this column in radacct table is the problem:
UNIQUE KEY `sess_id` (`AcctSessionId`(128),`SipFromTag`,`SipToTag`),
try leaving out (128) from the key.
-- juha