Unable to remove JEMH plugin storage tables

Onkar Ahire
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2013

Hi,

I had gone through the steps to remove JEMH configuration database tables but unable to drop 3 tables it gives error related to foriegn constraint , Please let me know how to remove these tables/dependencies. I am using MySQL.

Thanking You,

Regards

Onkar Ahire

5 answers

1 accepted

0 votes
Answer accepted
Satyendra Narwane
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 28, 2014

Hi Onkar you can Drop the table by following command

Drop table table_name CASCADE CONSTRAINTS;

0 votes
Andy Brook [Plugin People]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 12, 2013

It might help if you actually refer the error message given, for what tables?

0 votes
Onkar Ahire
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2013

Thanks for reply Tiago,

I am not able to drop 3 tables rest all droped where I stuck exactly , finally I tried as you said above, I tried to delete table in premutation way (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), and (3,2,1) but still same.

Thanks in advance.

0 votes
Onkar Ahire
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2013

Thanks for reply Tiago,

I am not able to drop 3 tables rest all droped where I stuck exactly , finally I tried as you said above, I tried to delete table in premutation way (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), and (3,2,1) but still same.

Thanks in advance.

0 votes
Tiago Comasseto
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2013

Hi Onkar, it seems to me just a matter of dropping the tables in the right order. When you get the foriegn constraint error, try to drop the table it refer to first.

Cheers

Onkar Ahire
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 11, 2013

Thanks for reply Tiago,

I am not able to drop 3 tables rest all droped where I stuck exactly , finally I tried as you said above, I tried to delete table in premutation way (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), and (3,2,1) but still same.

Thanks in advance.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events