Hey Ilya, On Mon, Dec 12, 2005 at 07:55:42PM +0300, Molokanov Ilya wrote:
> Database changed > mysql> show tables; > +-------------------+ > | Tables_in_nfacctd | > +-------------------+ > | nfacctd | > +-------------------+ > 1 row in set (0.00 sec) > > [ ... ] > sql_table: acct > What i did wrong =) Emmh. Seems like you have defined the table as 'nfacctd'. In your nfacctd configuration you have left the 'sql_table' directive pointing to the usual 'acct' table. Also, remember to instruct the 'sql_table_version' directive with the right version. Cheers, Paolo
