-
It depends what you use to manage your database..I use PHPMyAdmin. Go to the Install folder which you will find in the module. There is a SQL folder and the disable and uninstall files. Open disable and enter the command in the database manager and perform the action. Then do the same with uninstall. You should then be able to get into Studio.
Be careful which module you uninstall, you will lose data!!!
BACKUP!!
-
What command i need to change?
-- SETTINGS
DELETE FROM `top`, `toc`, `to` USING `sys_options_types` AS `top` LEFT JOIN `sys_options_categories` AS `toc` ON `top`.`id`=`toc`.`type_id` LEFT JOIN `sys_options` AS `to` ON `toc`.`id`=`to`.`category_id` WHERE `top`.`name` = 'mz_ticker';
--
-- Deleting data for '_mz_ticker' ticker
--
-- INJECTIONS
DELETE FROM `sys_injections` WHERE `name` IN ('ticker_ads_top', 'ticker_ads_bottom');
-