﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
8857,Make WP MySQL strict mode compliant,ghostks,anonymous,"Incorrect Mysql scheme during Wordpress installation on DBMS with strict date/datetime format settings will result in errors and will be unable to finish succesfully. Existing default date and datetime values are '0000-00-00' and '0000-00-00 00:00:00' which are not supported any more. Please see official Mysql dev documentation for more information: 

{{{
The DATE type is used when you need only a date value, without a time part. MySQL retrieves and displays DATE values in 'YYYY-MM-DD' format. The supported range is '1000-01-01' to '9999-12-31'.
}}}
http://dev.mysql.com/doc/refman/5.0/en/datetime.html

",enhancement,closed,lowest,,Database,2.7,minor,wontfix,,Elpie
