in reply to Re: DBD::mysql incorrect string value
in thread DBD::mysql incorrect string value

Doh! Why didn't I think of that? Thanks, that did the trick.
  • Comment on Re^2: DBD::mysql incorrect string value

Replies are listed 'Best First'.
Re^3: DBD::mysql incorrect string value
by parv (Parson) on Apr 11, 2021 at 06:57 UTC

    If you care about Unicode in UTF-8 to|from MySQL, I do hope that you would switch to DBD::MariaDB as choroba mentioned.

    Thanks goes to Adam H for reminding me about broken "utf8" encoding scheme of MySQL & to use "utf8mb4" instead few days ago, and all the other people through whom I found previously linked article written in 2016. Some web! 8-)