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
what is the reason for this issue
Moderator: General Moderators
-
chandra prabha
- Forum Newbie
- Posts: 1
- Joined: Wed Sep 30, 2009 4:11 am
Re: what is the reason for this issue
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.
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.