summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-09-21 17:04:08 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-09-21 17:04:08 +0200
commitafebf1a1ca925b9d4e7dce7ebed0e560b192ecb1 (patch)
treed2c4d328cd3c7aa59dcbaa2fffb38146ede167fa /conf
parent8ad3c15d638807be2e4ebf4cb8453c3b502bd5c9 (diff)
Improved db assembler, now can create DBs
Diffstat (limited to 'conf')
-rw-r--r--conf/config.sh.dist12
1 files changed, 9 insertions, 3 deletions
diff --git a/conf/config.sh.dist b/conf/config.sh.dist
index 41b767037a..ffcc26deb6 100644
--- a/conf/config.sh.dist
+++ b/conf/config.sh.dist
@@ -113,6 +113,12 @@ DB_WORLD_CUSTOM_PATHS=(
##############################################
#
+# Skip import of base sql files to avoid
+# table dropping
+#
+DB_SKIP_BASE_IMPORT_IF_EXISTS=true
+
+#
# Example:
# "C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe"
# "/usr/bin/mysql"
@@ -139,8 +145,8 @@ DB_WORLD_CONF="MYSQL_USER='root'; \
"
-DB_CHARACTERS_NAME="characters"
+DB_CHARACTERS_NAME="acore_characters"
-DB_AUTH_NAME="auth"
+DB_AUTH_NAME="acore_auth"
-DB_WORLD_NAME="world"
+DB_WORLD_NAME="acore_world"