Skip to content
  • Dumitru Ursu's avatar
    Add warning about encoding change · dda5f711
    Dumitru Ursu authored
    Add warning about MySQL collation
    
    Fix database index length
    
    This allows new databases to be created with utf8mb4, on MySQL. The maximum
    column size is 767 bytes. Each character is 4 bytes long -> 767 / 4 = 191
    characters for the column.
    dda5f711