mmoMinecraftDev / mmoCore

Required for mmoMinecraft plugins
http://forums.bukkit.org/threads/31054/
GNU General Public License v3.0
9 stars 3 forks source link

mySQL connector issue #31

Closed Sleaker closed 11 years ago

Sleaker commented 11 years ago

2013-02-27 23:56:05 [INFO] [mmoCore] Enabling mmoCore v2.51.0 2013-02-27 23:56:05 [INFO] [mmoCore] Unable to determine version! 2013-02-27 23:56:06 [WARNING] [MySQL]: Error in SQL query: Specified key was too long; max key length is 767 bytes 2013-02-27 23:56:06 [INFO] [mmoCore] ERROR: Unable to create table 'mmoMinecraft' 2013-02-27 23:56:06 [INFO] [mmoCore] Enabled mmoCore v2.51.0

Sleaker commented 11 years ago

this is probably an issue with me selecting the wrong database collation.

Sleaker commented 11 years ago

verified UTF8 collation was giving problems, swapped back to latin1 and it's fine.