I'm trying to do an import of data from a database with characters in UTF8, but when it arrives at the stage of import tagtext encounter problem below:
Code:
ERROR 1062 (23000) at line 2949923: Duplicate entry 'voc' for key 'tagtext'
I realized that words are accented characters, this would be the case, "
voc?"
I am using the following parameter to import the data:
Code:
[root@host backup]# mysql -u myuser -p --default_character_set utf8 mydatabase < Forum-02-02-2016-Full-Backup.sql
What should I do? Thanks