Import error content error 1840 (HY000) at line 24: @ @ global GTID_ PURGED can only be set when @@GLOBA
Solution:
when exporting dump, add * * – set gtid purged = off
parameter to avoid using gtid information
When importing,
if – default character set = UTF-8 reports an error, try – default character set = utf8 * *