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

Database charset!

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.0
    • 3.0.RC1
    • Installation system
    • None
    • PHP Environment:
      Database: MySQL 5.0.x

      I found:
      topic_title varchar(100) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci,
      but:
      CHARACTER SET `utf8` COLLATE `utf8_bin`;
      in phpbb_topics

      and
      < post_subject varchar(100) DEFAULT '' NOT NULL, > in phpbb_posts is utf8_bin

      Maybe mistake.

            DavidMJ DavidMJ
            bietchetlien bietchetlien
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: