mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
add if not exists to mysql database creation
This commit is contained in:
parent
953e473ef0
commit
9b133468e4
@ -1,4 +1,4 @@
|
|||||||
CREATE DATABASE wisemapping
|
CREATE DATABASE IF NOT EXISTS wisemapping
|
||||||
CHARACTER SET = 'utf8'
|
CHARACTER SET = 'utf8'
|
||||||
COLLATE = 'utf8_unicode_ci';
|
COLLATE = 'utf8_unicode_ci';
|
||||||
CREATE USER 'wisemapping'@'localhost'
|
CREATE USER 'wisemapping'@'localhost'
|
||||||
|
Loading…
Reference in New Issue
Block a user