I\'m trying to create a table but the script fails as soon as my netbeans errors the first table of DB.
How can this be solved?
CREATE TABLE filmy (
The code 150 is a foreign key error.
One of the referenced tables or columns does not exist (yet, maybe later in your script) or doesn't match type/length/collation/charset. Comment them out in turn to see which one.
Or run separate ALTER TABLE commands after all your CREATEs have run
ALTER TABLE