![]() |
Anyone recommend a Mysql guru?
I am in need of a highly recommended mysql guru, if you know anyone hook a brotha up!
thanks, J |
bump-skis
|
dang, im an e guru. sorry
bump for ya |
What do you need help with? configuration, or usage?
|
|
Quote:
And my over head is just huge, here's a sample: Code:
last pid: 43788; load averages: 22.36, 25.12, 28.76 up 0+04:11:13 21:52:15 |
How do you know the load is from MySQL?
|
mysql is the only thing running on this box.
|
Quote:
|
Quote:
:1orglaugh ohh man, that was a good one. I wish it was something else :Oh crap |
Are the connection coming internally frm this box, or from a seperate box?
Alex |
You can try
SHOW PROCESSLIST; to see if there are any queries taking an unreasonably long time to execute. That's a decent place to start. |
Quote:
|
Quote:
|
maybe lower the connection time to wait, damn.. what's that setting..
|
and as I'm looking at mytop, I'm seeing the sleep threads ares sitting around for a long time.
|
Here's a link.. this is what I'm talking about.
http://mysqldatabaseadministration.b...ing-guide.html Decrease the value of connect_timeout: By default, the wait_timeout value is 28800. Unless you want MySQL to keep waiting for 28800 seconds (480 minutes or 8 hours), please decrease its value according to your application needs. |
Quote:
|
nevermind, I believe this will work on 4.1x
|
Quote:
Like.. find your my.cnf file and add these in the [mysqld] section. set-variable = wait_timeout=60 set-variable = connect_timeout=10 Then restart mysql and see. |
Brujah, you da man! I dropped the wait timeout to 15, wait_timeout=15 and I dropped from 3xx processors to 80! And the load is dropping too.
|
| All times are GMT -7. The time now is 06:56 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123