a problem with importing database online
-
after uploading my website using “filezilla” and exported my database from phpMyAdmin with sql extention , I compressed it to gzip , but when I want to import it to online server it gave me an error
“
Error
SQL query:—
— Database:wordpress
—
— ——————————————————–
—
— Table structure for tablewp_aiowps_events
—
CREATE TABLEwp_aiowps_events(idBIGINT( 20 ) NOT NULL AUTO_INCREMENT ,
event_typeVARCHAR( 150 ) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
usernameVARCHAR( 150 ) COLLATE utf8mb4_unicode_ci DEFAULT NULL ,
user_idBIGINT( 20 ) DEFAULT NULL ,
event_dateDATETIME NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
ip_or_hostVARCHAR( 100 ) COLLATE utf8mb4_unicode_ci DEFAULT NULL ,
referer_infoVARCHAR( 255 ) COLLATE utf8mb4_unicode_ci DEFAULT NULL ,
urlVARCHAR( 255 ) COLLATE utf8mb4_unicode_ci DEFAULT NULL ,
event_dataLONGTEXT COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (id)
) ENGINE = INNODB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_ci AUTO_INCREMENT =1;MySQL said: Documentation
#1273 – Unknown collation: ‘utf8mb4_unicode_ci’
”
if anyone know why I have this error tell what I can do ?
The topic ‘a problem with importing database online’ is closed to new replies.