Correct database name in README.md

Signed-off-by: Thomas Gelf <thomas@gelf.net>
This commit is contained in:
Alexander A. Klimov 2015-10-20 13:46:51 +02:00 committed by Thomas Gelf
parent ce973a20c1
commit d389c41e62
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Create Icinga Director database
MySQL:
mysql -e "CREATE DATABASE director2;
mysql -e "CREATE DATABASE director;
GRANT SELECT, INSERT, UPDATE, DELETE ON director.* TO director@localhost
IDENTIFIED BY 'some-password';"