未知字符集 utf8mb4

Unknown character set utf8mb4

我正在 USB 记忆棒上的 XAMMP 上开发我的 PHP 应用程序,字符集是 utf8_unicode_ci,当我导出数据库并将 SQL 导入我的实时服务器时在 OVH,它给了我这个错误:

1115 - 未知字符集:'utf8mb4'

我的 XAMMP 开发服务器数据库版本:

Server type: MariaDB
Server version: 10.1.13-MariaDB - mariadb.org binary distribution

我的 OVH 实时服务器版本:

Server type: MySQL
Server version: 5.1.73 - Source distribution

没有怎么解决?谢谢

使用我的 sql 服务器 5.5.3 或更新版本,或者将所有 'utf8mb4' 替换为 'utf8' 在您的数据库转储