| I'm working with yet another fresh install of blojsom 3.2. Prior to doing the fresh install I backed up two of my blojsom database tables. category.sql and entry.sql.
What I want to do is drop each of the new tables and replace them with the backups. When I try to drop the category table via phpmyadmin I get this error:
Error SQL query: local">
DROP TABLE `Category` ;
MySQL said: local">
#1217 - Cannot delete or update a parent row: a foreign key constraint fails
I'm working with the terminal as well, but still no luck dropping the tables?
Samuel. |