how to find the exact system table name to disable recaptcha module in Drupal? help needed

231 Views Asked by At

how to find the exact system table name to disable recaptcha module in Drupal? my Drupal version is 8.5.5

I have followed the Drupal official doc and run command:
UPDATE system SET status = 0 WHERE name = "recaptcha"; but Seeing an error “ERROR 1146 (42S02): Table 'drupal.system' doesn't exist, So wondering if I use the right table name? Thank you very much.

0

There are 0 best solutions below