Yeleights commented on issue #1812: [QUESTION] init datasource error
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/1812#issuecomment-573972164
 
 
   check if use navicat(sql client) connect ds metadata database success.
   
![image](https://user-images.githubusercontent.com/51317527/72309371-c6c6fa00-36b9-11ea-9ad7-ca2c2f732f23.png)
   
![image](https://user-images.githubusercontent.com/51317527/72309400-d5151600-36b9-11ea-9bd7-9dc030a8c5c9.png)
   check create sql: 
   `CREATE DATABASE dscheduler DEFAULT CHARACTER SET utf8 DEFAULT COLLATE 
utf8_general_ci;
   GRANT ALL PRIVILEGES ON dscheduler.* TO 'dscheduler'@'%' IDENTIFIED BY 
'xxxx';
   GRANT ALL PRIVILEGES ON dscheduler.* TO 'dscheduler'@'localhost' IDENTIFIED 
BY 'xxxx';
   FLUSH PRIVILEGES;`
   then exec: sh create-dolphinscheduler.sh
   
   tips:
   check root user can access this database
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to