blob: 601e93302c65e93d02ee3f751b801153a4ebe121 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
----------------------------------------------------------------
mod_accounting is now installed on your system
You can find a SQL example schema to use mod_accounting here :
${PREFIX}/share/mod_accounting/schema.sql
To install it with MySQL use the following command:
mysql <database> < schema.sql
For PostgreSQL:
psql <database> < schema.sql
----------------------------------------------------------------
|