Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 212 Bytes

File metadata and controls

7 lines (6 loc) · 212 Bytes

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