Jump to content

Fallout

New Members
  • Posts

    1
  • Joined

  • Last visited

Fallout's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello. I've been trying to figure this out for a while now, but I am unable to update certain Columns in a Database (May add that it's a Game Database). A few Columns in the Database are editable, I won't argue with that, but the majority of them simply cannot be changed, and I wish to know if there's a way around that. It's a very, very, annoying issue not being able to change certain data... I've been using simple queries like; mysql> SELECT Money FROM database WHERE CharacterID=x; +---------+ | Money | | -------- | | 20000 + +---------+ mysql> UPDATE database SET Money=2 WHERE CharacterID=X; No errors to be displayed. However, when I log in to the game next time, I still have 20,000 Coins (Example Value), and when I run the Query again to check how much Coins I have, it does still display 20,000. I've been told there could be some form of mysql-cache blocking changes to certain columns, but I've never experienced it before and have no clue how to work around it. Could it be some other reason it refuses changes to certain columns, while others work? Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.