Closed (fixed)
Project:
UTF8MB4 Convert
Version:
7.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2016 at 14:10 UTC
Updated:
29 Jul 2016 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jduhls commentedThis may be related: https://www.drupal.org/node/2763709
Comment #3
stefan.r commentedIm fine with it being an option, if someone can write patch please
Comment #4
jduhls commentedPatch allows options
--charsetand--collation. The options are not required. Defaults charset as "utf8mb4" and collation as "utf8mb4_general_ci". I have successfully tested withdrush utf8mb4-convert-databases --collation=utf8mb4_unicode_ciand alsodrush utf8mb4-convert-databases --charset=utf8 --collation=utf8_general_ci.Comment #6
stefan.r commentedCommitted, thanks!