Enhancement
The columns DB, Table_name and Column_name have different collate between 6.5(utf8mb4_bin) and 7.5(utf8mb4_general_ci).
BR can restore the data by REPLACE INTO SQL if all the data have the same behavior in utf8mb4_bin and utf8mb4_general_ci.
Enhancement
The columns
DB,Table_nameandColumn_namehave different collate between 6.5(utf8mb4_bin) and 7.5(utf8mb4_general_ci).BR can restore the data by
REPLACE INTOSQL if all the data have the same behavior inutf8mb4_binandutf8mb4_general_ci.