sarwhost
Verified User
- Joined
- May 6, 2013
- Messages
- 35
Hello
i want transfer site on Cpanel to DirectAdmin
but to import DB error
please help me
i want transfer site on Cpanel to DirectAdmin
but to import DB error
please help me
Code:
SQL query:
--
-- Database: `****_yaali`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_blc_filters`
--
CREATE TABLE IF NOT EXISTS `wp_blc_filters` (
`id` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
`name` VARCHAR( 100 ) COLLATE utf8mb4_unicode_ci NOT NULL ,
`params` TEXT COLLATE utf8mb4_unicode_ci NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci AUTO_INCREMENT =1;
MySQL said: Documentation
#1273 - Unknown collation: 'utf8mb4_unicode_ci'