Mysql Error upon upload
-
I am uploading my site to a live server and I am getting the following error message while uploading the db to mysql. This server is using php v5.6. Does your player work with this version of php?
Error SQL query: CREATE TABLE <code>wp_zxyn_huge_it_videos</code> ( <code>id</code> int( 11 ) UNSIGNED NOT NULL , <code>name</code> varchar( 100 ) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL , <code>video_player_id</code> varchar( 200 ) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL , <code>video_url_1</code> text COLLATE utf8mb4_unicode_520_ci, <code>image_url</code> text COLLATE utf8mb4_unicode_520_ci, <code>video_url_2</code> varchar( 128 ) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL , <code>sl_type</code> text COLLATE utf8mb4_unicode_520_ci NOT NULL , <code>video_width</code> text COLLATE utf8mb4_unicode_520_ci NOT NULL , <code>ordering</code> int( 11 ) NOT NULL , <code>published</code> tinyint( 4 ) UNSIGNED DEFAULT NULL ) ENGINE = InnoDB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_unicode_520_ci; MySQL said: Documentation #1273 - Unknown collation: 'utf8mb4_unicode_520_ci'
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Mysql Error upon upload’ is closed to new replies.