Reply to Re: Slow day.
If you don't have an account, just leave the password field blank.
"Except when there are any foreign keys set that complain. In that case, all depending tables should be killed too..."
Depends on what version of SQL is used... Most MySQL versions miss something big by default: forbidding the deletion of an item if it has relations in other parts of the database, to prevent data that points to unexisting data. Or deleting those too. Standard MySQL doesn't care. Only the InnoDB version of MySQL supports that by default.
I love my new school.
Depends on what version of SQL is used... Most MySQL versions miss something big by default: forbidding the deletion of an item if it has relations in other parts of the database, to prevent data that points to unexisting data. Or deleting those too. Standard MySQL doesn't care. Only the InnoDB version of MySQL supports that by default.
I love my new school.






