禁用所有 wordpress plugins
进入MariaDB
mysql -h localhost -u root -p
use DB_Name;
UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
This entry was posted on Monday, March 25th, 2024 at 22:56 and is filed under Notes. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.