• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

hi guys iam facing MySQL Query Limit Exceeded any solution

my MySQL Query Limit 150,000 and traffic very low daily under 5000 any solution for this because every day 5 more time website down please help
Change your hosting provider?
 
Is that wordpress website?

That many SQL queries is not good. There is obviously something wrong with your site. Tell me whether your site is running on wordpress or something else. Then I can help you.
 
Who are you with at the moment?

But you need to give us more details about your site and what it does for us to help you more.
 
please give me a suggestion hosting provider and plan
Hosting provider might limit SQL queries, but its usually really enough for anyone.
You dont need another hosting provider. You need to optimize SQL load.
 
There are methods to count queries on single load. There are acceptable values and unacceptable values.
There is a way to reduce queries brutally.

I assume you are running wordpress.

You need following:

1. https://querymonitor.com/ - plugin, for monitoring queries.
-You need to know what plugins are causing overloading. You will also find out whether overloading is happening at all.

2. Plugin will add monitor panel on top of your wordpress admin/website page when logged in, so you can see what plugins are causing this and what plugins to get rid of!

3. https://wordpress.org/plugins/memcached-is-your-friend/ - plugin to reduce sql queries by caching them.
-Memcache is awesome caching system used by large companies such as google and facebook to reduce, merge sql queries. Must have. This is plugin for wordpress. Just install and you should see much less queries on second load.

Both plugins are free
 
There are methods to count queries on single load. There are acceptable values and unacceptable values.
There is a way to reduce queries brutally.

I assume you are running wordpress.

You need following:

1. https://querymonitor.com/ - plugin, for monitoring queries.
-You need to know what plugins are causing overloading. You will also find out whether overloading is happening at all.

2. Plugin will add monitor panel on top of your wordpress admin/website page when logged in, so you can see what plugins are causing this and what plugins to get rid of!

3. https://wordpress.org/plugins/memcached-is-your-friend/ - plugin to reduce sql queries by caching them.
-Memcache is awesome caching system used by large companies such as google and facebook to reduce, merge sql queries. Must have. This is plugin for wordpress. Just install and you should see much less queries on second load.

Both plugins are free

Good advice but given the nature of his site I wouldn't say 30 queries per visitor per day is highly excessive.
 
Good advice but given the nature of his site I wouldn't say 30 queries per visitor per day is highly excessive.
It must be much more then 30 per day. SQL limit are set for an hour-not for a day. They limit SQL queries per hour!
He should optimize queries thats for sure.
 
It must be much more then 30 per day. SQL limit are set for an hour-not for a day. They limit SQL queries per hour!
He should optimize queries thats for sure.
Ahh you're right it is per hour.
 
There are methods to count queries on single load. There are acceptable values and unacceptable values.
There is a way to reduce queries brutally.

I assume you are running wordpress.

You need following:

1. https://querymonitor.com/ - plugin, for monitoring queries.
-You need to know what plugins are causing overloading. You will also find out whether overloading is happening at all.

2. Plugin will add monitor panel on top of your wordpress admin/website page when logged in, so you can see what plugins are causing this and what plugins to get rid of!

3. https://wordpress.org/plugins/memcached-is-your-friend/ - plugin to reduce sql queries by caching them.
-Memcache is awesome caching system used by large companies such as google and facebook to reduce, merge sql queries. Must have. This is plugin for wordpress. Just install and you should see much less queries on second load.

Both plugins are free
iam facing this issue starts april bro i monitor using querie monitor but not exceeding, now install the Memcached plugin
 
Is it a vps server with openlitespeed installed?(then other method)
If not kindly check your php configuration, .htaccess file /php.ini file ,then look for
max_input_vars = xxxx; <INSIDE php.ini file
php_value max_input_vars xxxx < INSIDE .htaccess file
change xxxx to your desired value = or > 5000 (default)
save apply clear cache and check, if not solve you can try to increase the value more and then check, though i would recommend to use any plugin like wordfence,cerber to check the GET/POST requests in the traffic if something is malacious.
 
  • Like
Reactions: madroots
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock