When I use TicketingHandler with MySQL 8. A warning is raised, like this
Warning: (3719, "'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.")
It seems that MySQL 8 has switched from UTF8MB3 to UTF8MB4 as the default charset. So how to remove this warning?
Hi,
When I use TicketingHandler with MySQL 8. A warning is raised, like this
Warning: (3719, "'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.")
It seems that MySQL 8 has switched from UTF8MB3 to UTF8MB4 as the default charset. So how to remove this warning?
My code is as follows: