Delete submission ID / OJS Tools

Hi,

I faced the same case, the question is, I don’t have access to Command Line, and can only work with PHPMYADMIN

how to delete the data? please enlighten

Thanks

Mr @asmecher In my case, I found this:

table Submission: 3852

so, may i delete with phpymadmin like this command?

Delete FROM submissions WHERE submission_id = 3852;
Delete FROM publications WHERE submission_id = 3852;

thank you

its work. thank you for everyone