05.04.2016, 17:50
I seem to be mistaken.
Change:
To:
utf8mb4 is a superset of utf8.
A quick ****** search and I found this: http://stackoverflow.com/questions/2...f8mb4-in-mysql
Change:
Код:
/*!40101 SET NAMES utf8mb4 */;
Код:
/*!40101 SET NAMES utf8 */;
A quick ****** search and I found this: http://stackoverflow.com/questions/2...f8mb4-in-mysql