JoeMajesty Posted July 9, 2007 Share Posted July 9, 2007 Hello, My ISP upgraded MySQL to version 4.1. I have two columns in a table that were in a 14-digit timestamp format and are now in a new timestamp format which is punctuated 0000-00-00 00:00:00. Is there an easy way to get the table to cough up and accept data in the original format or do I have to go through all of my code? Peace, Joe Link to comment https://forums.phpfreaks.com/topic/59015-upgraded-to-41-timestamp-changed-format/ Share on other sites More sharing options...
fenway Posted July 10, 2007 Share Posted July 10, 2007 It's possible there's an sql mode that relaxes this, but this might very well be an incompatible change -- check the changelog. Link to comment https://forums.phpfreaks.com/topic/59015-upgraded-to-41-timestamp-changed-format/#findComment-294610 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.