It is in the player table.
Start "MySql Workbench"
Click on MySql Connection and login
In Navigator windows go down to "SCHEMAS"
Expand the "exile" database
Expand the "Tables" and scroll down to "player" table.
Right click on "player" table and choose "Alter table"
In the "player" table lookup the Colum Name "Money" (In view it looks like a row).
Scroll right untill you see the Default/Expression. On that row it say '0'. Change to e.g. '10000'.
Close the tab and click on Save button.
BR
Cludden