Connector/J Null Dates Behaviour Posted on September, 14, 2007May, 11, 2010 by david To get MySQL Connector/J versions > 3.0 to gracefully handle null dates, append zeroDateTimeBehavior=convertToNull to your jdbc url. Example: jdbc:mysql://host/dbname?capitalizeTypenames=true&zeroDateTimeBehavior=convertToNull