Tag Archives: SQL
MySQL 5 timestamp error in ColdFusion 8
Scenario:
Query grabs user data from MySQL 5 database using the built in MySQL 4/5 driver in ColdFusion 8 on a Windows 2003 Server.
Problem:
Cannot convert value ‘0000-00-00 00:00:00′ from column 10 to TIMESTAMP error returned on execution.
Analysis:
After a quick search on Google, it appears that the default behaviour for the Connector J MySQL driver is to [...]
Posted in ColdFusion, Databases, MySQL, Programming | Also tagged ColdFusion, MySQL | Leave a comment





LOAD DATA INFILE and FILE Permissions on MySQL