Page 1 of 1

Current DOL DB

PostPosted: Tue Sep 05, 2017 10:11 am
by Loki
I had a issue with the most current Database http://www.dolserver.net/viewtopic.php?f=70&t=23083. The problem is the capitalization or lack of in this script compared to what DOL creates/looks for. On running this script I had duplicate of all the tables just formatted differently.

So this script creates account, DOL wants Account
Code: Select all
[DataTable(TableName="Account")]
Anyhow I change the script and added starter equipment as it was missing.
Hoping this will help others with DB issues, becuase the server will create and run but will not much data :(


Jay

only a Linux MySQL problem I think... Will leave up anyway

Re: Current DOL DB

PostPosted: Tue Sep 05, 2017 12:28 pm
by Graveen
Yop Jay, what is interesting is to tell MySQL to not rely on table name account.

TY btw :)