mirror of
https://github.com/apache/druid.git
synced 2025-02-25 04:16:07 +00:00
update tutorial to create db utf8 by default
This commit is contained in:
parent
6f1537d153
commit
2443dda46b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user