#242 demonstrates that MySQL server may pick a different collation option when SET NAMES utf8mb4; is issued (when resetting a connection). We should explicitly specify COLLATE ut8mb4_bin in this command to be using the same collation when opening a new connection and resetting an existing one.
#242 demonstrates that MySQL server may pick a different collation option when
SET NAMES utf8mb4;is issued (when resetting a connection). We should explicitly specifyCOLLATE ut8mb4_binin this command to be using the same collation when opening a new connection and resetting an existing one.