mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
added db launch args and improved import time on gamedata_actor_class.sql
This commit is contained in:
parent
dcaad5729d
commit
a2a30003e0
5 changed files with 59 additions and 12 deletions
|
@ -53,7 +53,7 @@ namespace FFXIVClassic_Map_Server
|
|||
zoneList = new Dictionary<uint, Zone>();
|
||||
int count1 = 0;
|
||||
int count2 = 0;
|
||||
|
||||
|
||||
using (MySqlConnection conn = new MySqlConnection(String.Format("Server={0}; Port={1}; Database={2}; UID={3}; Password={4}", ConfigConstants.DATABASE_HOST, ConfigConstants.DATABASE_PORT, ConfigConstants.DATABASE_NAME, ConfigConstants.DATABASE_USERNAME, ConfigConstants.DATABASE_PASSWORD)))
|
||||
{
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue