Cannot import database into MySQL
I'm attempting to import an exported DB into a new database on my server but when I try I get an error code as follows:
Import DB error – #1115 - Unknown character set: 'utf8mb4'
My research suggests that the server version of MySQL, currently 5.1.x, should be updated to 5.5.x or above. My local development server is using MySQL 5.5.42 and this is for a WP site using the latest version. Any suggestions?
Import DB error – #1115 - Unknown character set: 'utf8mb4'
My research suggests that the server version of MySQL, currently 5.1.x, should be updated to 5.5.x or above. My local development server is using MySQL 5.5.42 and this is for a WP site using the latest version. Any suggestions?