02.07.2015, 15:57
Hey guys
So I have a single question regarding MySQL.
Can you edit some numbers/words in a field WHILE that database is open and running along with a server?
Example 1: A player is connected and playing. Can you edit some things in his account? Will it stay saved(In my opinion it should not) and will it cause a bug doing so?
Example 2: A player is not connected. Can you edit some things in his account? Will it cause a bug?
For all these years I have been editing MySQL database by first shutting down the server and then editing the database. I don't know why but I always thought you can't edit something while is opened.
All answers appreciated!
So I have a single question regarding MySQL.
Can you edit some numbers/words in a field WHILE that database is open and running along with a server?
Example 1: A player is connected and playing. Can you edit some things in his account? Will it stay saved(In my opinion it should not) and will it cause a bug doing so?
Example 2: A player is not connected. Can you edit some things in his account? Will it cause a bug?
For all these years I have been editing MySQL database by first shutting down the server and then editing the database. I don't know why but I always thought you can't edit something while is opened.
All answers appreciated!