PDA

View Full Version : db error


saggopa
12-23-2008, 10:07 PM
hi friends ı need help about vb database.My board often close and some times given db error.

I was asked my host corporation and they said that:

The server went down again, and I was able to catch the issue. | 1048 | xxx_xxx | localhost | xxx_fff | Query | 4 | Opening tables | SELECT *FROM datastoreWHERE title IN ('','options','bitfields','attachmentcache','forum cache | That query is being opened multiple times, slowing down your server to a crawl. I suggest disabling that account until they can fix this issue, or your server will continue to crash.

Now how can ı correct this problem? And how can we repair our db colums or infos with manually? it must be a any program for db repair...

Marco van Herwaarden
12-24-2008, 06:38 AM
You only need to repair something if it is broken, is any of your tables corrupted? If not, no need to run a repair.

Your host tells you there is an issue with that query, but what do they think the issue is with it? You can't fix anything if you don't know what they think is wrong.

Also this is one of themost used queries in vB, and should not give a problem on any server as it is a relative light query to execute.