freebsd-ports/www/mod_accounting/pkg-message
Philip M. Gollucci a7b42644a9 - Lets only link one db backend in by default
- Bump PORTREVISION
2010-06-07 03:33:28 +00:00

12 lines
481 B
Text

----------------------------------------------------------------
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
----------------------------------------------------------------