Hello all,
i have a strange Problem to Connect remotly to the Mysql database.
It is installed on on a Root Server with Windows Server 2008 R2 64Bit.
The local Firewall is offline. The hosterfirewall is configured for
inbound connection to 3306. The My.ini file doesn't have the bind-address= line.
I can connect local via localhost/127.0.0.1 but not with the static Ip or from external.
It seems that it was automaticaly bind to 127.0.0.1
When i make a Netstat -a I see that Mysql is only listen on 127.0.0.1:3306
The hosts file only have the line: 127.0.0.1 localhost
For testing i use the same config i used on my xp Mashine but the problem still exists. IPV6 is disabled on the root server.
I have googled around but found no solve.
Does anybody know what could happened? Is it a restriction from the Server?
Where should I start to search. For testing I've bind it to the static Ip but
then I could not connect to the database whether via localhost nor with the static Ip. I got always the message ".. can't connect to Mysql Server (10060)
On the other hand i can reach the Server via FTP/HTTP(apache) but only Mysql
makes me crazzy.
Hope anyone have a hint.
regards Chris
i have a strange Problem to Connect remotly to the Mysql database.
It is installed on on a Root Server with Windows Server 2008 R2 64Bit.
The local Firewall is offline. The hosterfirewall is configured for
inbound connection to 3306. The My.ini file doesn't have the bind-address= line.
I can connect local via localhost/127.0.0.1 but not with the static Ip or from external.
It seems that it was automaticaly bind to 127.0.0.1
When i make a Netstat -a I see that Mysql is only listen on 127.0.0.1:3306
The hosts file only have the line: 127.0.0.1 localhost
For testing i use the same config i used on my xp Mashine but the problem still exists. IPV6 is disabled on the root server.
I have googled around but found no solve.
Does anybody know what could happened? Is it a restriction from the Server?
Where should I start to search. For testing I've bind it to the static Ip but
then I could not connect to the database whether via localhost nor with the static Ip. I got always the message ".. can't connect to Mysql Server (10060)
On the other hand i can reach the Server via FTP/HTTP(apache) but only Mysql
makes me crazzy.
Hope anyone have a hint.
regards Chris