Hi,
When I try to connect to the Mysql database through the Apache on Fedora 15, it display the error:
Server Error in '/' Application
No route to host
Description: HTTP 500. Error processing request.
Stack Trace:
System.Net.Sockets.SocketException: No route to host
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000] in <filename unknown>:0
at System.Net.Sockets.Socket+Worker.Connect () [0x00000] in <filename unknown>:0
I have disabled the firewall and can connect to the mysql using command: mysql -u root -h 192.168.0.1 -p; However, when I try to connect to Mysql database through website, it display the error No route to host.
Please advice, thank you so much.
When I try to connect to the Mysql database through the Apache on Fedora 15, it display the error:
Server Error in '/' Application
No route to host
Description: HTTP 500. Error processing request.
Stack Trace:
System.Net.Sockets.SocketException: No route to host
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x00000] in <filename unknown>:0
at System.Net.Sockets.Socket+Worker.Connect () [0x00000] in <filename unknown>:0
I have disabled the firewall and can connect to the mysql using command: mysql -u root -h 192.168.0.1 -p; However, when I try to connect to Mysql database through website, it display the error No route to host.
Please advice, thank you so much.