Quote:
Originally Posted by gio~logist
Do the following to delete all instances of ushop and ucash (this will delete everything in ushop and ucash)
Code:
DELETE *
FROM `yoursite_test`.`datastore`
WHERE `title` LIKE '%ushop%'
OR `data` LIKE '%ushop%'
LIMIT 0 , 30
Then
Code:
DELETE *
FROM `yoursite_test`.`datastore`
WHERE `title` LIKE '%ucash%'
OR `data` LIKE '%ucash%'
LIMIT 0 , 30
Replace yoursite with whatever your databases have before the name.
|
wtf. I dont Understand what you mean.
ALSO Ive istalled this damn hack halfway through..and Now it doesnt want to to let me install it the rest of the way. It tells me that " I have the latest version" When Ive cleared and repaird all my tables.. wtf?