Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Browsing all 5527 articles
Browse latest View live
↧

hmseb on "Server load and MySql problem"

1- /** MySQL hostname */ define('DB_HOST', 'localhost'); So this should be alright. 2- Regarding the memory, I see this in my slow query plugin: 256M Overridden at runtime from 512M I'll try to figure...

View Article


Karl Silver on "Server load and MySql problem"

ok, thanks. 1 and 2 was worth a try. 3 does sound like a short interruption, although it would of course be nice to avoid it. Test: So you can almost "predict" the downtime and see the spike building...

View Article


hmseb on "Server load and MySql problem"

Yeah it's a short interruption, but for one site with ecommerce it isn't good... It varies, but yes I can see the memory build up. Ok, but once I identified what site is causing it, how do I find the...

View Article

Karl Silver on "Server load and MySql problem"

If you eliminate 3 sites and find the one responsible you could focus your search drastically. Currently there are too many moving parts that you are looking at: PHP, MySQL, Cloudflare, 4 installs of...

View Article

hmseb on "Server load and MySql problem"

I get your point, but I'm pretty sure it's one of the 4 sites that is the cause. Let I would have narrowed it down to the website responsible, what would be the next step?

View Article


Karl Silver on "Server load and MySql problem"

I think you would have to repeat your error checking process. Try to de-activate plugins again, check your setup with P3, go through the logs, use your debug-plugin again and so on. The thread here on...

View Article

James Huff on "Mysql password issues"

You're welcome!

View Article

Anonymous on "[Plugin: Forum_wordpress_fr] Warning: mysql_get_server_info():"

solved !

View Article


hmseb on "Server load and MySql problem"

FYI I've been deactivating plugins on the website I thought was the problem and running P3 after every deactivation. Seems like "Query Monitor" or "itheme sync" plugin was the one causing the memory...

View Article


Karl Silver on "Server load and MySql problem"

Great! Wish you a successful outcome of this monitoring process.

View Article

hmseb on "Server load and MySql problem"

Oh well, back to square one... The build up happened again, but it seems to be slower.

View Article

hmseb on "Server load and MySql problem"

I also have a lot of these: Incorrect Use of QM_DB() Used in wp-includes/wp-db.php on line 1209.

View Article

Karl Silver on "Server load and MySql problem"

Does the line where this error "Incorrect Use of QM_DB()" appears tell you in which plugin-file the include of /wp-includes/wp-db.php happens? Maybe you are already very close to the last (or main...

View Article


hmseb on "Server load and MySql problem"

I see this error in a "deprecated log" plugin, but I don't have any other details... The line 1209 in wp-db.php that's its referring to is: public function escape_by_ref( &$string ) { if ( !...

View Article

Karl Silver on "Server load and MySql problem"

Hi. Could you please post an excerpt of your log-file? Including a few lines before and a few lines after the error-message "Used in wp-includes/wp-db.php on line 1209." ? This might help to better see...

View Article


hmseb on "Server load and MySql problem"

Here are the lines from my debug file from the last crash. [24-Jan-2016 13:12:49 UTC] PHP Warning: mysqli_real_connect(): (08004/1040): Too many connections in...

View Article

hmseb on "Server load and MySql problem"

I've also raise the memory limit to 256MB and the memory of a script to 64MB. I just don't get what can cause this many cache in the memory http://i.imgur.com/3zB9DsW.png

View Article


Artur Bobinski on "Server load and MySql problem"

So the issue happens with "pinuts" site, sorry just trying to catch up. Have you tried switching themes? You also said the spike doesn't happen same time each day, it varies. I'm wondering if there's...

View Article

hmseb on "Server load and MySql problem"

I haven't tried switching themes, I have this theme since September, never had an issue before. I doubt it, I only have 25 products and when I run P3 it doesn't crash automatically.

View Article

Artur Bobinski on "Server load and MySql problem"

Your post log shows too many connections. It's possibly that a misconfiguration is within the overall server setup and rather then having one connection open up and be reused to connect to your DB,...

View Article
Browsing all 5527 articles
Browse latest View live