Habe gerade die aktuelle deutsche Version installiert, funktioniert auch so weit.
Allerdings gibt es Datenbank-Probleme, die, wie ich von anderen Anwendungen weiß, auf von MySQL 5 nicht mehr ohne Weiteres unterstützte SQL-Konstrukte zurückzuführen sind ("STRICT" Mode).
WordPress database error: [Field 'pinged' doesn't have a default value]
INSERT INTO wp_posts (ID, post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, post_modified, post_modified_gmt, post_parent, menu_order) VALUES ('3', '1', '2007-12-24 06:24:12', '2007-12-24 05:24:12', 'Do not edit this page', 'Archives', '', 'static', 'open', 'open', '', 'archives', '', '2007-12-24 06:24:12', '2007-12-24 05:24:12', '', '')
WordPress database error: [Out of range value adjusted for column 'meta_id' at row 1]
INSERT INTO wp_postmeta(meta_id, post_id, meta_key, meta_value) VALUES('', '3', '_wp_page_template', 'page-archives.php')
Wie bekommt man Wordpress mit MySQL 5 funktionsfähig???
Die Suche im Forum hat mir da keine Lösung gezeigt...