what is the reason for this issue

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
chandra prabha
Forum Newbie
Posts: 1
Joined: Wed Sep 30, 2009 4:11 am

what is the reason for this issue

Post by chandra prabha »

Sorry, the server is too busy to handle your request, please try again in a moment. when i delete the db folder in xampp/mysql/data and pasted again , this issue is not coming.

but after some navigation in the site it shows this error
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: what is the reason for this issue

Post by pickle »

Basically that error just means that something is taking up too many clock cycles on the server, so it doesn't have enough resources to devote to MySQL or Apache (don't know where you're getting the error from).

You've probably got a runaway process somewhere.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply