eve-doc/home.markdown

210 B

Database

postgres

$ create-postgres-user-and-database foo bar # create user foo and give him access to database bar

mysql

$ create-mysql-user-and-database foo # create database and user foo