You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- echo "USE mysql;\nUPDATE user SET authentication_string=PASSWORD('$MYSQL_PASSWORD') WHERE user='$MYSQL_USER';\nFLUSH PRIVILEGES;\nCREATE DATABASE IF NOT EXISTS $MYSQL_DATABASE;\n" | mysql -u root