Export profiles.sql to MySQL
LadyCailinBot opened this issue ยท 5 comments
WORLDGUARD-3202 - Reported by Kamil.alias.Warwarin
Add support for storage profiles in MySQL.
Comment by Kamil.alias.Warwarin
WorldGuard 6 store profiles (UUID and last seen name) in "WorldGuard/cache/profiles.sql". Why not use MySQL for this?
Comment by sk89q
Main reason is because SQLite support needs to exist for people without MySQL, and adding MySQL support means more time spent on profile cache code, when profile cache data isn't that important.
Comment by Kamil.alias.Warwarin
Is very important for weibste integration. People don't remember own UUID so "last seen name" is needed.