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 ">>>>> NO DATABASE DETECTED CREATING A NEW ONE <<<<<"
mysql --host=mysql -uroot --execute='CREATE DATABASE IF NOT EXISTS `observatorio_development` CHARACTER SET utf8 COLLATE utf8_general_ci' -p$MYSQL_ROOT_PASSWORD
mysql observatorio_development < db/banco_observatorio.sql -uroot -p$MYSQL_ROOT_PASSWORD --host=mysql