I have a database which have foreign key constraint I access database directly in MySQL WORKBENCH
Problem is , i need to delete single rows in the particular table. it shows foreign Key constraint error. Not able to delete rows. In PHPMYADMIN it have check box disable foreignkey checks.
Is like PHPMYADMIN , any option available in MySQL WORKBENCH I Searched and Didnt got anything. If you got idea kindly share.
Thank you