Skip to content

Commit

Permalink
fixing small typo in setup-db.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Audi-1 committed May 1, 2013
1 parent 779a155 commit 7412b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-connections/setup-db.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 40,7 @@


//Creating new database security
$sql="CREATE database `security CHARACTER SET GBK`";
$sql="CREATE database `security` CHARACTER SET `gbk` COLLATE `gbk_chinese_ci` ";
if (mysql_query($sql))
{echo "[*]...................Creating New database successfully";echo "</br></br>";}
else
Expand Down

0 comments on commit 7412b11

Please sign in to comment.