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
{{ message }}
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
mysql -uroot -ppassword -e "DROP DATABASE IF EXISTS sphere_neos_demo; CREATE DATABASE sphere_neos_demo DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;"
mysql -uroot -ppassword -e "DROP DATABASE IF EXISTS sphere_neos_demo_dev; CREATE DATABASE sphere_neos_demo_dev DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;"