Hi,
I tried to change my database structure lately, i got this error :
requête SQL:
ALTER TABLE `tablename` DROP `number`
MySQL a répondu:
#1025 - Error on rename of './filoujr_database/#sql-74c2_2d4812' to './filoujr_database/tablename' (errno: 150)
if i try to add a new tablerow and delete it, it works.
If i try to delete an old one (child row) it doesn't work.
it looks like if my table has a different name.
Thanks
I tried to change my database structure lately, i got this error :
requête SQL:
ALTER TABLE `tablename` DROP `number`
MySQL a répondu:
#1025 - Error on rename of './filoujr_database/#sql-74c2_2d4812' to './filoujr_database/tablename' (errno: 150)
if i try to add a new tablerow and delete it, it works.
If i try to delete an old one (child row) it doesn't work.
it looks like if my table has a different name.
Thanks