mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Add connection label to MySQL connects
This commit is contained in:
+2
-1
@@ -154,7 +154,8 @@ void LoadDatabaseConnections()
|
||||
Config->ContentDbUsername.c_str(),
|
||||
Config->ContentDbPassword.c_str(),
|
||||
Config->ContentDbName.c_str(),
|
||||
Config->ContentDbPort
|
||||
Config->ContentDbPort,
|
||||
"content"
|
||||
)) {
|
||||
LogError("Cannot continue without a content database connection");
|
||||
std::exit(1);
|
||||
|
||||
Reference in New Issue
Block a user