

MySQL Error 1136 Troubleshooting
Error Message:
ERROR 1136 at line ??: Column count doesn't match value count at row
??:
This error may occur if the example_insert_data1.sql file
has been edited manually. This error means that the number of data elements
doesn't match the number of columns being inserted into the database.
Solution: Examine the SQL code to determine where the mis-match has
occurred, then edit the SQL code accordingly.

