Warning: mysql_connect(): Too many connections in ..... I'm getting above error is der nyone to help me??
just destroy mysql connection after completing your work then you will not prompted by this error. thanks harsh
or you can create one file only for mysql connection.and you can import it where that file is required. thanks harsh
This will happen if you have too many visitors on a weak-made MYSQL settings. Check your my.cnf (if you have one) file and post it here. Peace,
This is because your host will only allow you some many MySQL "jobs" to be done in a certain amount of time. Mine allows 50,000 every 30 minutes. Make sure you're closing your MySQL stuff.