Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 688 Bytes

setup-database.md

File metadata and controls

28 lines (21 loc) · 688 Bytes
title prev up next
Setup database
generate-initial-configuration.md
../install.md
configure-system-log.md

Setup database

Database setup overview

  1. Appropriate DBI driver (DBD) suitable for chosen RDBMS should be installed: DBD-mysql, DBD-Pg, DBD-Oracle or DBD-SQLite.

  2. Create a database and a database user dedicated for Sympa. The user must have most of privileges on database.

Instruction by RDBMSs