add if not exists to mysql database creation

main
Claudio Barril 2014-01-19 12:32:23 -03:00
parent abede3c010
commit f20b3a7a46
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CREATE DATABASE wisemapping
CREATE DATABASE IF NOT EXISTS wisemapping
CHARACTER SET = 'utf8'
COLLATE = 'utf8_unicode_ci';
CREATE USER 'wisemapping'@'localhost'