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 "create database $DBNAME; create user 'laravel'@'localhost' identified by 'laravel';grant all privileges on *.* to 'laravel'@'localhost';"| sudo docker exec -i $CONTAINER /usr/bin/mysql -u root --password=root
echo "create user laravel identified by 'laravel';grant all privileges on *.* to 'laravel'@'%';"| sudo docker exec -i $CONTAINER /usr/bin/mysql -u root --password=root