Can anyone tell me how, using phpmyadmin, to disable a module in the same way as if I was on example.com/admin/module and unchecked it?

i.e. - Go to such and such table and etc

Comments

dyp’s picture

go to your_bd_name\system
set "status" field = 0

jyoseph’s picture

I went to the database and clicked "Browse" on the system table.

After locating the module that I wanted to disable I clicked "edit" the pencil icon for the newbies (like me) out there.

Changed the status field to 0.

Thanks again dyp