If there is a character set in the mycat creation table, an error will be reported.

CREATE TABLE pay454 (

`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`status` ENUM("UNPAID","PAID","CLOSED") NOT NULL COLLATE "utf8_unicode_ci",
PRIMARY KEY (`id`)

)
COLLATE="utf8_unicode_ci"
ENGINE=InnoDB
;

/ SQL error (2013): Lost connection to MySQL server during query /

Mar.06,2021

found some problems with mycat itself after testing

Menu