I got the charset error in big dump while trying to import my database, so i changed $db_connection_charset = ''; to $db_connection_charset = 'latin1'; (adding latin1) and it gives me the same error. I am probably missing something but idk, please help.