add if not exists to mysql database creation
This commit is contained in:
committed by
Ezequiel Bergamaschi
parent
8e402431b8
commit
af0a62aee9
@@ -1,4 +1,4 @@
|
||||
CREATE DATABASE wisemapping
|
||||
CREATE DATABASE IF NOT EXISTS wisemapping
|
||||
CHARACTER SET = 'utf8'
|
||||
COLLATE = 'utf8_unicode_ci';
|
||||
CREATE USER 'wisemapping'@'localhost'
|
||||
|
Reference in New Issue
Block a user