How to disable a plugin from command line for Joomla 3.x
Disabling a plugin in Joomla 3.x from the command line can be done using the following steps:
Navigate to the root directory of your Joomla installation.
Type the following command to open the MySQL command prompt:
mysql
use username_database;
Replace username_database with the name of your Joomla database.… Read the rest