[MySQL] Connecting to database time bug
I have some kind of problem and I realised how it happens. So if the map changes and a user quit the server immediately after connect the his data becomes 0. (the mysql hasn't loaded the data yet, but the user quits and the server saves the data to 0) How can I prevent this "bug" or check if there is connection between the server and the MySQL database, so that I can prevent saving the zero information ?
|
Re: [MySQL] Connecting to database time bug
What plugins do you use? Tell us more about what you use!
|
Re: [MySQL] Connecting to database time bug
Plugin which connects to the database to load and save some information.
I don't think this would be useful and I have already explained the problem in the first post. |
Re: [MySQL] Connecting to database time bug
It's not a fault of mysql. It's a problem with plugin. The solution is simple:
PHP Code:
|
Re: [MySQL] Connecting to database time bug
Thank you! I think it works fine now :).
|
| All times are GMT -4. The time now is 14:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.