[Backups] Move world database:dump to use MySQL credentials file (#3410)

This commit is contained in:
Chris Miles
2023-06-17 18:16:29 -05:00
committed by GitHub
parent 1e22baf267
commit 53563b9720
2 changed files with 48 additions and 11 deletions
+2
View File
@@ -93,6 +93,8 @@ private:
std::string GetSetDumpPath();
std::string GetQueryServTables();
void RemoveSqlBackup();
void BuildCredentialsFile();
void RemoveCredentialsFile();
};