Disable WordPress plugin from DB

More Details
Anotehr Reference

  1. Login to the cPanel account and go to File Manager
  2. Find the database from the wp-config.php file situated in the website's document root
  3. Go to PHPMyAdmin and select the database
  4. Select the table named wp_options and go to active_plugins
  5. Change the option_value to a:0:{} for disabling the plugins. its value will be like a:1:{i:0;s:63:"customizable-captcha-and-contact-us-form/custCaptchaContact.php";}
  6. Save the changes