Hello,
I'm encourcing a small problem. I'm going to have more than 1 game server. And I need, that the buddylist for the x user would be same at any server. So I thought that the best way would be, that the buddylist would be stored in database like MySQL.
It is possible to use MySQL with the current SFS buddy persister?
Thanks
Using a database for buddylist
Yes, but you need to create your Persister class which handles the loading and saving of the buddy list.cpdavidd wrote:Um... thanks for the fast response.![]()
H2 database is interesting, but I prefer MySQL (because I can't run H2?)... is there any way to use MySQL
Go to http://www.smartfoxserver.com/docs/docP ... yList2.htm and read under Custom Persistence classes
TR