Reputation: 1
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.
Upvotes: 0
Views: 260