Improved db assembler, now can create DBs

This commit is contained in:
Yehonal
2017-09-21 17:04:08 +02:00
parent 8ad3c15d63
commit afebf1a1ca
6 changed files with 118 additions and 28 deletions

View File

@@ -112,6 +112,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"
@@ -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"