PDA

View Full Version : Unwanted tables getting created at mysql.


donal
03-10-2008, 03:19 PM
I dont know why unwanted tables get created at mysql. These make my site slow and I have to remove them from time to time.

Sometimes there have been more then 1000 such tables which took me whole day to delete.

How can I get rid of this problem.

Farcaster
03-10-2008, 04:30 PM
No, those are tables that he is talking about. And I would imagine that they are probably making his site slow because they are being stored in memory (HEAP). I've never noticed vBulletin creating any temp tables like that. Out of curiosity, does the mySQL login you are using for vBulletin have DROP TABLE permissions? Perhaps these aren't getting cleaned up because vBulletin cannot drop the tables.

Opserty
03-10-2008, 04:48 PM
Ah yeah your right.

Anyway I found some info:

http://www.vbulletin.com/forum/showthread.php?t=259558
http://www.vbulletin.com/forum/showthread.php?p=1506511

Check your MySQL login permissions basically.

donal
03-11-2008, 12:51 AM
I checked and found that I have drop table permission.

Dismounted
03-11-2008, 05:30 AM
Are your vBulletin scheduled tasks running?

donal
03-11-2008, 06:43 AM
Are your vBulletin scheduled tasks running?

Yes they are running fine. I tried to run them manually and found no problem.