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
To import schema into MySQL, run the following in the
MySQL command line: drop database taskable; create database taskable; use database taskable; SOURCE /path/to/schema.sql