I have a database with (amongst other things) fields that contain HTML. The database is UTF-8 MyISAM.
Whenever I use phpMyAdmin Export the resulting file (also UTF-8) only contains the partial contents of certain fields. I found out it breaks at any HTML element like &nbps;, ë, € etc. So anything before the first element is exported, but from that element onwards seems to be ignored.
Does anyone know what the problem might be?