I'm trying to set up replication between two MariaDB databases, but I get the following error in phpMyAdmin:
Error 'Character set '#610' is not a compiled character set and is not specified in the '/usr/share/mysql/charsets/Index.xml' file'
I checked mysqld --verbose --help
and both have UTF-8 as their default charsets.
Too long for a comment. Check also all other character set definitions.
default charset variables
show default data encoding
Databases:
Tables:
Columns:
I added a limit statement to only show the first 1000 rows. Adapt for example with:
WHERE CHARACTER_SET_NAME = '#610'
To show all abailable charsets:
Hope that helps finding the problem.