Skip to content
Eddie edited this page Jul 20, 2013 · 4 revisions

I have added dropwcdbtables.sql to make it easier to drop our tables.

To run this either:

  1. mysql -h z -u CSID -p cs373_CSID < dropwcdbtables.sql
  2. If you are already in the mysql command line: mysql> source dropwcdbtables.sql;
Clone this wiki locally