Hi,
I changed my table to InnoDB so one table can be used as foreign key. To do that i had to DELETE the content in my child table. I exported and saved the data on my computer.
1, Now that im trying to import all the data with phpMyAdmin it gives me this error msg.
#1136 - Column count doesn't match value count at row.
2, When i try to insert from a html form it gives me error msg:
"cant insert data because the server unexpectedly dropped the connection."
3, and if i try to insert info through the insert function on PhpMyAdmin i get this error;
#1452 - Cannot add or update a child row: a foreign key constraint fails
Why do i get all this problems. What can be done???