Open sytolk opened 10 years ago
error with strings..
ERROR: Problem inserting data. Error = Query failed. 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1, 1, 0, t_sm_roxy1.jpg, None, roxy1.jpg, '2009-12-04', '2010-04-04', 0), (2, R' at line 1
I try to copy to my localhost database but I have error:150 this is foreign key error. Can you disable foreign key check like this:
SET FOREIGN_KEY_CHECKS = 0; some code that gives you errno: 150 SET FOREIGN_KEY_CHECKS = 1;