create table mysql.time_zone_name ( Name char(64) not null primary key, Time_zone_id int unsigned not null ) comment 'Time zone names' charset = utf8mb3 row_format = DYNAMIC stats_persistent = 0;