-
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

