mirror of https://github.com/apache/druid.git
Update mysql.md (#6545)
This commit is contained in:
parent
676f5e6d7f
commit
b1159174b7
|
@ -64,7 +64,7 @@ Copy or symlink this file to `extensions/mysql-metadata-storage` under the distr
|
|||
druid.metadata.storage.type=mysql
|
||||
druid.metadata.storage.connector.connectURI=jdbc:mysql://<host>/druid
|
||||
druid.metadata.storage.connector.user=druid
|
||||
druid.metadata.storage.connector.password=diurd
|
||||
druid.metadata.storage.connector.password=druid
|
||||
```
|
||||
|
||||
Note: the metadata storage extension is not packaged within the main Druid tarball; it is
|
||||
|
|
Loading…
Reference in New Issue