I work on the site locally, and after deploying it to my client server, I encountered an error
MySQL said: Documentation
'# 1273 - Unknown sort:' utf8mb4_unicode_ci '

After a lot of searching, I know that this is the version of MySQL, my local MySQL is 5.5, and the server is 5.1, which does not support utf8mb4_unicode_ci. Unfortunately, I can do nothing to upgrade the version of MySQL server.
So my question is: is there a way to convert my current database into something supported by MySQL 5.1?
source share