· 6 years ago · Aug 10, 2019, 11:58 PM
1CREATE TABLE IF NOT EXISTS `Permission` (id int(10) AUTO_INCREMENT, player_uuid varchar(50) NOT NULL UNIQUE, player_group VARCHAR(50) NOT NULL, PRIMARY KEY(id));
2
3Problema: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `Permission` (id int(10) AUTO_INCREMENT, player_uuid ' at line 1