boulder/docs/database
Roland Shoemaker 69edf779b5 Switch to real model vs. view 2015-08-18 16:38:06 -07:00
..
README.md use MariaDB in integration tests and start.py 2015-08-07 23:22:52 -07:00
db_schema-ca.sql Database schema and default users. 2015-06-08 10:47:38 -07:00
db_schema-main.sql Switch to real model vs. view 2015-08-18 16:38:06 -07:00
db_users-ca.sql Database schema and default users. 2015-06-08 10:47:38 -07:00
db_users-main.sql Database schema and default users. 2015-06-08 10:47:38 -07:00

README.md

These .sql files define the table layout, indicies, relationships, and users default to Boulder. Implementors should use these as starting points for their own configuration.

The currently supported database is MariaDB 10.

mysql -u root -e "create database boulder_test; create database boulder_development; grant all privileges on boulder_test.* to 'boulder'@'localhost';"