I've found out just what the error is, but I can't seem to find out how to fix it. The error of 121 actually corresponds it having the ability to write the table, but unable to write it as it states there is currently another instance of that table in existance;
"MySQL Error Code 121: Duplicate Key On Write Or Update"
Source: C:\mysql\bin\perror 121
The odd thing is, each time I get an error that it can't write the table, I delete the entire database that it's writing to(as there's nothing else there), yet that error still appears each time, for each table(It can write the base table perfectly fine, but the movietype and person tables afterwards, if added into the code, return the error). Any idea on just what to do? O.o
|