use variable expansion for mysql tables. it is possible but i am not sure for the exact config. Look trough the docu and you'll find it
On 16/05/07, satish patel <[EMAIL PROTECTED]> wrote: > Dear all > > I have installed pmacct with mysql and my data showing me in > this forms now i want to change tables type like acct_in bytes, > acct_out_bytes and ip address and all so it is possible > > Now my tables showing me this type of data > > mysql> select * from acct; > +-------------+-------------+-------------+-------------+----------+----------+----------+---------+---------+---------------------+---------------------+ > | mac_src | mac_dst | ip_src | ip_dst | src_port | > dst_port | ip_proto | packets | bytes | stamp_inserted | > stamp_updated | > +-------------+-------------+-------------+-------------+----------+----------+----------+---------+---------+---------------------+---------------------+ > | 0:0:0:0:0:0 | 0:0:0:0:0:0 | 0.0.0.0 | 0.0.0.0 | 0 | > 0 | ip | 137 | 18643 | 2007-05-16 18:00:00 | 2007-05-16 18:25:01 > | > | 0:0:0:0:0:0 | 0:0:0:0:0:0 | 0.0.0.0 | 71.5.250.20 | 0 | > 0 | ip | 3622 | 5343244 | 2007-05-16 18:00:00 | 2007-05-16 18:25:01 > | > | 0:0:0:0:0:0 | 0:0:0:0:0:0 | 71.5.250.20 | 0.0.0.0 | 0 | > 0 | ip | 1510 | 83359 | 2007-05-16 18:00:00 | 2007-05-16 18:25:01 > | > +-------------+-------------+-------------+-------------+----------+----------+----------+---------+---------+---------------------+---------------------+ > 3 rows in set (0.00 sec) > > > > Regards > > Satish Patel > > > $ cat ~/satish/url.txt > > > http://www.linuxbug.org > _____________________________________________________________________________________________________ > > > ________________________________ > Office firewalls, cyber cafes, college labs, don't allow you to download > CHAT? Here's a solution! > > > _______________________________________________ > pmacct-discussion mailing list > http://www.pmacct.net/#mailinglists > -- С уважение, Владимир Витков http://www.netsecad.com http://www.supportbg.com _______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
