2014-04-19, 03:57 PM
ERROR 1115 (42000) at line 30: Unknown character set: 'utf8mb4'
I am using webmin control panel, and I use MySQL version 5.1.73.
and My old server was using 5.5.36-cll - MySQL Community Server.
How to solve this problem?
ERROR 1115 (42000) at line 30: Unknown character set: 'utf8mb4'
(2014-04-20, 02:08 AM)Cameron:D Wrote: [ -> ]You could also possibly go back to the old server, change all the tables back to utf8 and export again, this should only cause 4-byte unicode characters to be lost.How to change all the table back to utf8 in mybb Cameron? I was googling but not found anything
(2014-04-20, 03:52 AM)Cameron:D Wrote: [ -> ]You'll need to do it through something like PHPMyAdmin or the MySQL CLI, use something like this, except replace the instances of uft8mb4 with plain old utf8: http://dba.stackexchange.com/a/21684
Again, you're stripping bytes from some characters, so you may lose those characters (Or they'll shop up as two separate characters) from posts and such.