Merge pull request #1048 from metamx/update-tutorial

update tutorial to create db utf8 by default
This commit is contained in:
Fangjin Yang 2015-01-19 11:02:17 -08:00
commit 068518216b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ mysql -u root
```sql
GRANT ALL ON druid.* TO 'druid'@'localhost' IDENTIFIED BY 'diurd';
CREATE database druid;
CREATE DATABASE druid DEFAULT CHARACTER SET utf8;
```
#### Set up Zookeeper