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
Then, run the following to create the required objects:
docker exec mariadb sh -c "exec mysql -u root -p$MYSQL_ROOT_PASSWORD -e'CREATE DATABASE rainloop;'"
create_user="CREATE USER rainloop IDENTIFIED BY \"$MYSQL_RAINLOOP_PASSWORD\" ;"
exec_sql="exec mysql -u root -p$MYSQL_ROOT_PASSWORD -e'$create_user'"
docker exec mariadb sh -c "$exec_sql"
docker exec mariadb sh -c "exec mysql -u root -p$MYSQL_ROOT_PASSWORD -e'GRANT ALL ON rainloop.* TO rainloop;'"
Now you are ready to enter the new password and other details to the interface on the screenshot above.