blob: 1d4bcb120ed585449e786a1b5a7162c8778761fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
----------------------------------------------------------------
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
Create the database [you must have compiled support the database]
To install it with MySQL use the following command:
mysql <database> < schema.sql
For PostgreSQL:
psql <database> < schema.sql
----------------------------------------------------------------
|