>I'm getting the following (when i send stop packet. Am trying to store stop >packet in different table 'radiusacct' now(in sql.conf i changed >acct_table2=radiusacct). > > tail -f /usr/local/fnmt/var/log/radius/radius.log = > >Thu Jan 22 08:51:49 2009 : Error: rlm_sql (sql): Couldn't update SQL >accounting STOP record - INSERT command denied to user 'radius'@'localhost' >for table 'radiusacct' >..... > >Thu Jan 22 09:30:59 2009 : Error: rlm_sql (sql): Couldn't update SQL >accounting STOP record - UPDATE command denied to user >'radius'@'localhost'for table 'radiusacct' >
You don't have correct permissions to write to that table. Read MySQL documentation about granting permissions. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

