Relative Content

Tag Archive for phpmysqlmultibyte-characters

MySQL throws error 1304 with UTF-8 data on utf8mb4 column

I have a PHP-based process (running PHP 8.1.2 in this case) that regularly queries the primary router in our network to obtain a list of current network devices, and stores them into a table for later use in other processes. (It is also useful for those instances where the IP address of some host has not made it to DNS for whatever reason).