Database migration fails
-
If export is done on server with MySql 5.5.3+ the database cannot be imported to server with MySql version lower than 5.5.3. The genenated SQL script contains references to character set utf8mb4 and collation utf8mb4_unicode_ci unknown to MySql version lower than 5.5.3.
This problem can be solved by adding ‘MySql compatibility mode‘ dropdown to export screen with values ‘NONE‘ and ‘MYSQL40‘. In case described above ‘MYSQL40‘ should be selected. In ‘MYSQL40‘ mode plugin should strip all references to character set and collation. This by default will use ‘utf8’ and ‘utf8_general_ci’ respectively.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Database migration fails’ is closed to new replies.