Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Hello,
  2.  
  3. I tried to import dump from the attachment and the following error occurs:
  4. ---
  5. Unable to import the xf_emptyhack dump:
  6. Unable to restore database 'xf_emptyhack'
  7. ERROR 1115 (42000) at line 17: Unknown character set: 'utf8mb4'
  8. (Error code 22)
  9. ---
  10.  
  11. The root cause of it is that `utf8mb4` charset is not supported by MySQL 5.1, or not supported in that OS distribution.
  12.  
  13. So, please install MySQL server version greater than 5.5.3 manually and then connect it to Plesk in "Plesk > Tools&Settings > Database servers".
  14. Or you can upgrade the Plesk installation and install MySQL 5.6 using autoinstaller.
  15. Best regards,
  16.  
  17. Alexey Lapshin
  18. Technical Support
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement