jeff-901 commented on a change in pull request #633:
URL: https://github.com/apache/submarine/pull/633#discussion_r663321852
##########
File path: dev-support/database/init-database.sh
##########
@@ -39,7 +39,6 @@ mysql -e "CREATE USER IF NOT EXISTS 'metastore'@'%'
IDENTIFIED BY 'password';"
mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'metastore'@'%';"
mysql -e "use metastore; source ./metastore.sql; show tables;"
-mysql -e "CREATE DATABASE IF NOT EXISTS mlflow;"
Review comment:
I don't know the reason why it fails when I name the database as mlflow.
But when I name the database as mlflowdb, it works.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]