Fatal error: Uncaught mysqli_sql_exception: Incorrect string value: ‘xF6’
My hosting provider changed the mysql server default value of the character_set_server
and character_set_database
system variables from latin1
to utf8mb4
.
My hosting provider changed the mysql server default value of the character_set_server
and character_set_database
system variables from latin1
to utf8mb4
.