mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
fix(db-assembler): error 'cant find any matching row in the user table' (#2202)
This commit is contained in:
committed by
Stoabrogga
parent
f3957dc293
commit
c300bf8158
@@ -152,17 +152,17 @@ DB_MYSQL_DUMP_EXEC="mysqldump"
|
|||||||
|
|
||||||
DB_AUTH_CONF="MYSQL_USER='acore'; \
|
DB_AUTH_CONF="MYSQL_USER='acore'; \
|
||||||
MYSQL_PASS='acore'; \
|
MYSQL_PASS='acore'; \
|
||||||
MYSQL_HOST='127.0.0.1';\
|
MYSQL_HOST='localhost';\
|
||||||
"
|
"
|
||||||
|
|
||||||
DB_CHARACTERS_CONF="MYSQL_USER='acore'; \
|
DB_CHARACTERS_CONF="MYSQL_USER='acore'; \
|
||||||
MYSQL_PASS='acore'; \
|
MYSQL_PASS='acore'; \
|
||||||
MYSQL_HOST='127.0.0.1';\
|
MYSQL_HOST='localhost';\
|
||||||
"
|
"
|
||||||
|
|
||||||
DB_WORLD_CONF="MYSQL_USER='acore'; \
|
DB_WORLD_CONF="MYSQL_USER='acore'; \
|
||||||
MYSQL_PASS='acore'; \
|
MYSQL_PASS='acore'; \
|
||||||
MYSQL_HOST='127.0.0.1';\
|
MYSQL_HOST='localhost';\
|
||||||
"
|
"
|
||||||
|
|
||||||
DB_AUTH_NAME="acore_auth"
|
DB_AUTH_NAME="acore_auth"
|
||||||
|
|||||||
Reference in New Issue
Block a user