-CrAzY- Posted August 14, 2007 Share Posted August 14, 2007 I Need Help Urgently, My Game Was Working Fine, And Then This Comes Up: Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/imgame/public_html/mysql.php on line 2 Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/imgame/public_html/mysql.php on line 3 Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/imgame/public_html/index.php on line 30 Too many connections When I Log In And Also On The Register Page But Not On Log In Page Please Help!, Thanks! Help Will Be Much Appreciated! Quote Link to comment Share on other sites More sharing options...
DJ Rankin Posted August 14, 2007 Share Posted August 14, 2007 Re: Warning: mysql_connect() [function.mysql-connect]: Too many connections in . CAN YOU STOP POSTING AND ASKING FOR STUFF YOU WONT GET IT FREE!!!! Quote Link to comment Share on other sites More sharing options...
SaMz Posted August 14, 2007 Share Posted August 14, 2007 Re: Warning: mysql_connect() [function.mysql-connect]: Too many connections in ..... this is how i would do it, Change ur Mysql: <? $c=mysql_connect('localhost','CPANEL USERNAME','CPANEL PASSWORD') or die(mysql_error()); mysql_select_db('GAME DATABASE',$c); ?> :x Quote Link to comment Share on other sites More sharing options...
Matty Posted August 14, 2007 Share Posted August 14, 2007 Re: Warning: mysql_connect() [function.mysql-connect]: Too many connections in . CAN YOU STOP POSTING AND ASKING FOR STUFF YOU WONT GET IT FREE!!!! Hes not asking for anything but help. Therefore we shal help. Are you using v1 or v2? Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 14, 2007 Author Share Posted August 14, 2007 Re: Warning: mysql_connect() [function.mysql-connect]: Too many connections in ..... Yep!, Thank You , But Its Ok Now, I Think It Might Just Have Been Something With The Server, But Its Ok Now, Thanks Anyway Mate, You Can Delete Topic Now!! Quote Link to comment Share on other sites More sharing options...
Matty Posted August 14, 2007 Share Posted August 14, 2007 Re: Warning: mysql_connect() [function.mysql-connect]: Too many connections in . Sorted - Locked Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.