![]() |
mysql question need help
i can't figure out why this is happening..
Processes are being created on the mysql machine, over 167, so it must be recognizing the connections... just no data is being transferred. WTF :BangBang: |
restart the server
|
What do you mean no data is being transferred? You can't run any queries?
If the processes are sleeping, that's just because they're idle. Fine tune your settings and kill off some of your persistent connections. |
format the machine
|
Quote:
|
put a new fan in the machine
|
well
it doesn't matter if its a "duel" or not with a bad query and a bad table structure you can kill all the duels in the world. |
So what is actually happening? Using the shell on one machine, can you connect to the other's SQL?
server# mysql -u USER -h OTHERSERVER -p DATABASE If you don't know your password and get an error, at least it's connecting. If it's not connecting, make sure your bind address is not 127.0.0.1 in my.cnf. |
Quote:
|
It could be the color of your cat5 cable
try a red one then try a blue one |
Quote:
Enter password: above seems to hang forever. |
Running iptables on the other box?
If you do a 'netstat -l' do you see it listening (LISTEN) on the 3306/mysql port? You'll see something like a *:3306 in there. You try restarting mysql or rebooting like tical said? Did this ever work? You did a show processes on the other box? Can you connect locally? |
Quote:
|
You able to connect to it at all from any place at all?
Did this ever work? |
Quote:
mysql -u root -h localhost -p *****_phpbb and this is a brand new server setup so no it has never worked before |
To test, try stopping iptables completely.
Maybe paste your my.cnf too. |
All times are GMT -7. The time now is 06:57 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123