Posted on: 04/21/04 09:57pm
By: ShdwRulr
Wed Apr 21 18:53:59 2004 - 1226: User 'shadowru_gl' has exceeded the 'max_questions' resource (current value: 80000). SQL in question: SELECT passwd FROM gl_users WHERE uid = 2
How do I fix this?
Error.log
Posted on: 04/22/04 03:24pm
By: Dirk
Looks like your hosting service is limiting the number of MySQL queries that your site can do per hour (see
here[*1] for some technical background information).
The fix would be to ask them to change it or to switch to another hosting service ...
bye, Dirk
Error.log
Posted on: 04/22/04 11:38pm
By: ShdwRulr
ok, cool, it just went back to normal. I guess I do need a new host. Anyways. Now I am getting the following.
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/tmp/mysql.sock' (2) in /home/shadowru/public_html/geeklog/system/databases/mysql.class.php on line 108
Cannnot connect to DB server
Does this have anything to do with my host restricting me? or is this something I can fix? if I can fix it, how do I fix it?
Error.log
Posted on: 04/23/04 02:03am
By: Dirk
[QUOTE BY= ShdwRulr] ok, cool, it just went back to normal.[/QUOTE]
As I said, the restriction is per hour. So it will reset itself after a while - and you will hit it again when many people visit your site.
[QUOTE BY= ShdwRulr]Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/tmp/mysql.sock'[/QUOTE]
Sounds like the MySQL server isn't running at all. That's not something you can fix - contact your hosting service's support ...
bye, Dirk