Was machen wenn dieser Error beim Einfügen der SQL Datei angezeigt wird?
[Err] 1115 - Unknown character set: 'utf8mb4'
[Err] CREATE TABLE `permissions_ranks` (
`rank` int(1) unsigned NOT NULL,
`floodtime` int(2) NOT NULL DEFAULT '30',
`support_tool` enum('0','1') NOT NULL DEFAULT '0',
`ambassadeur` enum('0','1') NOT NULL DEFAULT '0',
`moderator` enum('0','1') NOT NULL DEFAULT '0',
`manager` enum('0','1') NOT NULL DEFAULT '0',
`admin` enum('0','1') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
`staff_chat` enum('0','1') NOT NULL DEFAULT '0',
`user_is_staff` enum('0','1') NOT NULL DEFAULT '0',
`user_not_kickable` enum('0','1') NOT NULL DEFAULT '0',
`user_can_change_name` enum('0','1') NOT NULL DEFAULT '0',
`user_enter_full_rooms` enum('0','1') NOT NULL DEFAULT '0',
`user_enter_any_room` enum('0','1') NOT NULL DEFAULT '0',
`user_can_read_whisper` enum('0','1') NOT NULL DEFAULT '0',
`user_room_staff_pick` enum('0','1') NOT NULL DEFAULT '0',
`cmd_global_refresh_permissions` enum('0','1') NOT NULL DEFAULT '0',
`cmd_user_can_give_currency` enum('0','1') NOT NULL DEFAULT '0',
`modtool_can_read_chatlog` enum('0','1') NOT NULL DEFAULT '0',
`modtool_can_send_alert` enum('0','1') NOT NULL DEFAULT '0',
`modtool_can_ban_user` enum('0','1') NOT NULL DEFAULT '0',
`modtool_can_kick_user` enum('0','1') NOT NULL DEFAULT '0',
`user_control_any_room` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`rank`),
UNIQUE KEY `rank` (`rank`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
Würde mich über eine hilfreiche Antwort freuen,
LG UNGL4UBLICH.