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 'DROP DATABASE IF EXISTS turing_fullstack; CREATE DATABASE turing_fullstack CHARACTER SET=utf8 COLLATE=utf8_general_ci; DROP DATABASE IF EXISTS turing_fullstack_test; CREATE DATABASE turing_fullstack_test CHARACTER SET=utf8 COLLATE=utf8_general_ci; DROP DATABASE IF EXISTS turing_fullstack_prod; CREATE DATABASE turing_fullstack_prod CHARACTER SET=utf8 COLLATE=utf8_general_ci' | mysql -uadmin -p