[wp-trac] [WordPress Trac] #13103: "Unknown character set" during install into database reports successful install.

WordPress Trac wp-trac at lists.automattic.com
Sun Apr 25 00:03:10 UTC 2010


#13103: "Unknown character set" during install into database reports successful
install.
--------------------------+-------------------------------------------------
 Reporter:  MECU          |       Owner:                
     Type:  defect (bug)  |      Status:  new           
 Priority:  lowest        |   Milestone:  Future Release
Component:  General       |     Version:  3.0           
 Severity:  trivial       |    Keywords:  needs-patch   
--------------------------+-------------------------------------------------
Changes (by dd32):

  * keywords:  install error database => needs-patch
  * milestone:  Unassigned => Future Release


Comment:

 {{{utf8_general_ci}}} is not a valid ''charset'' (Character Set), What it
 is, Is a valid ''collation''

 You can set the Collation via the constant '''DB_COLLATE''', but the
 charset should stay as 'utf8'.

 The installer should reconise failed SQL queries however, I'm not sure why
 it doesnt already.

 Future Release pending patch.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13103#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list