Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Cherniak committed Oct 12, 2015
1 parent 27ab1bb commit 0022289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump-large-db.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function print_error_and_exit($msg = '')
/*!40000 DROP DATABASE IF EXISTS `{$database}`*/;
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `{$database}`;
USE DATABASE `{$database}`;
USE `{$database}`;
DROPDB;

Expand Down

0 comments on commit 0022289

Please sign in to comment.