Tag Archives: mysql error

mysql error: 1005

Share ERROR 1005: Can’t create table (errno: 121) Help Solution: For some reasons this error appeared for the first time and caused my mysql to drop. But it only happens when clicking on a specific table. So I recreated the … Continue reading

Posted in mysql | Tagged , , , , | Leave a comment

mysql_error() not displaying error

ShareError: mysql_error() not displaying error, Solution: possible cause is if u got 2 connections, u must supply the connection ur using

Posted in mysql | Tagged , , , | Leave a comment

Data truncated for column

ShareFirst time I got this error Data truncated for column. I’m using mysql version 5 and I got a simple query like this: $val1= 1; $val2 = 3; INSERT INTO TBL(‘val1′, ‘val2′) VALUES ($val1, $vall2); Notice the variable name for … Continue reading

Posted in mysql | Tagged , , , | Leave a comment