Skip to content

Commit

Permalink
fixed small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Schmall committed Jan 26, 2013
1 parent 0bbf5cf commit 9769df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installmysql.sql
@@ -1,4 +1,4 @@
DROP DATABASE ServletPot;
DROP DATABASE IF EXISTS ServletPot;
CREATE DATABASE ServletPot;

use ServletPot;
Expand Down

0 comments on commit 9769df9

Please sign in to comment.