Deleting queries

ryu

New Member
Can someone explain how to delete queries in my DB? I need to remove these queries:

- drop table linkback
- drop table thread_serviceupdate
- ALTER TABLE forum DROP COLUMN vbseo_moderaterefbacks
- ALTER TABLE forum DROP COLUMN vbseo_moderatetrackbacks
- ALTER TABLE forum DROP COLUMN vbseo_moderatepingbacks
- delete from plugin where product = 'crawlability_vbseo'
- delete from cron where product = 'crawlability_vbseo'
- delete from datastore where title = 'vbseo_options'
 
Hoxxy said:
If you use phpMyAdmin you can simply drop the indervidual tables from the dB

I can't see any of them. I uninstalled the product file for vBSEO so maybe it dropped them?
 
Hoxxy said:
If you use phpMyAdmin you can simply drop the indervidual tables from the dB

Thanks...
Ive been searching for this...
i have no idea why i never knew about phymyadmin...
regardless...thanks bro.
 
Back
Top