12.08.2013, 21:39
Quote:
MySQL isn't meant for receiving single bits of data whenever you want.
MySQL is used for loading and saving LARGE amount of data in a more organized manner. MySQL is also great for sharing information among other programs, since a lot of programs utilize MySQL. It is BEST to use MySQL on what I call 'start-up' callbacks (such as; OnGameModeInit, OnPlayerConnect) and/or timers that are called every more than 2minutes (Such as those that back-up server data). |