Log in

View Full Version : Deleting SQL Queries


Freefall
02-09-2003, 10:26 PM
Hey,

I have installed many hacks on my boards and it's really slowed down the speed. I would like to delete some queries, but I installed them all via a hack through the admin CP. Can anyone help me with how I would delete them. I figured that I would just have to add some more queries which delete ones that are already there, but I don't know how :(

Can anyone help or point me towards somewhere that will?

Erwin
02-09-2003, 10:31 PM
You are talking about adding tables to your database.

Just delete the code from the PHP files, and remove the code from your templates.

You don't really have to delete the extra tables or columns. It would not affect performance really to leave them there - although if you want more space you can remove them. But do it carefully... and only do it if you know what you are doing, or you can cause damage to your database.

Freefall
02-09-2003, 10:40 PM
Thank you for your quick reply and solution :)