| Author | Message | 
| sarpras Member
 
 Joined: 17 Sep 2005
 Posts: 35
 
 | # Posted: 30 Jan 2007 19:08 Reply
 
 Some time my website gets problem
 Server shutdown in progressselect * from ad_articles where status='A' order by posteddate desc , article_id desc limit 0, 50
 On article category place. (This problem starts from last month). After refresh click, problem automatically solved.
 
 __________________
 
 
 | 
| Vishal P. Rao 
   Joined: 23 Jun 2005
 Posts: 1044
 
 | # Posted: 31 Jan 2007 00:35 Reply
 
 Your webhost will be in a better position to answer this.
 
 __________________
 
 | 
| cupbucket Member
 
 Joined: 7 Jun 2008
 Posts: 224
 
 | # Posted: 16 Nov 2008 07:47 Reply
 
 Yeah, send them an email
 
 __________________
 
 | 
| cherie27 Member
 
 Joined: 27 Nov 2007
 Posts: 676
 
 | # Posted: 4 Feb 2009 06:21 Reply
 
 Might be their sql server is having problem.
 
 __________________
 
 | 
| tygersclaw Member
 
 Joined: 27 May 2009
 Posts: 30
 
 | # Posted: 27 May 2009 20:47 Reply
 
 That or else it could be a script issue. Sometime scripts which are poorly written can cause errors when doing calls from MySQL.
 
 OR
 
 If you are using a PHP script written for MySQL 4.x.xx and your host server is on MySQL 5.x.x that can cause problems as well.
 
 Check with your host what version of MySQL is on your server and check what version your script you are using is compatible with and that could be a start of solving your problem.
 
 
 |