Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-2145

Database encoding do not support mutibyte language

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 3.0.B3
    • None
    • PHP Environment:
      Database:

      I have installed phpbb3 beta3 version,At the same time,I translated it into Chinese(Simplified Chinese),But when the installation ready to insert the simple data,an error happend.

      I had analize the database structure file

      Found the default encoding is utf8_bin,and I change it into utf8_unicode_ci,it works

      I do that (my default editor is vim70)

      vi mysql_41_schema.sql

      :%s/utf8_bin/utf8_unicode_ci/g

            DavidMJ DavidMJ
            freechoice freechoice
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: