mysql alter table collate utf8mb4
ALTER TABLE table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
for error
Change limit for “Mysql Row size too large”
ALTER TABLE table_name ENGINE=MYISAM;
ALTER TABLE table_name ENGINE=MYISAM;
Comments
Post a Comment