2019-01-22T16:41:14 RaubtierTest:
2019-01-22T21:38:48 rostiProblem mit 1f440 ist nachvollziehbar. Wenn $dbh->do('SET NAMES UTF8'); angewiesen wurde, schlägt auf meiner Kiste der Insert mit diesem Zeichen fehl.
Normalerweise gibts da jedoch eine Fehlermeldung. MfG
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: battie/lib/WWW/Battie/Module/Model.pm
===================================================================
--- battie/lib/WWW/Battie/Module/Model.pm (revision 3052)
+++ battie/lib/WWW/Battie/Module/Model.pm (working copy)
@@ -60,7 +60,7 @@
on_connect_do => [
# "SET sql_mode='STRICT_TRANS_TABLES,STRICT_ALL_TABLES'",
],
- mysql_enable_utf8 => 1,
+ mysql_enable_utf8mb4 => 1,
AutoCommit => 1,
# has to be 0 otherwise a begin_work dies after a
# connection timeout. let DBIC handle it
Character set 'utf8mb4' is not a compiled character set and is not specified in the '/usr/share/mysql/charsets/Index.xml' file