Thanks do much for all your help and support. Seems like my zonealarm
was blocking the port. after i uninstalled the program mysql is running
smoothly.
~regards and thanks
Abhisek
James Crow wrote:
try:
telnet localhost 3306
or
telnet 127.0.0.1 3306
"telnet 3306" tells windows to telnet to a
mysqld-nt.exe is running.
'netstat -an' gives:
/ Proto Local Address Foreign AddressState
TCP0.0.0.0:80 0.0.0.0:0 LISTENING
TCP0.0.0.0:1350.0.0.0:0 LISTENING
TCP0.0.0.0:4450.0.0.0:0 LISTEN
Try telnet'ing on port 3306, which is the default port that MySQL runs on.
Abhisek Dutta wrote:
I am an extreme n00b here in PHP. just started learning PHP. Can't
start MySQL. The command-prompt says:
/Can't connect to MySQL server on 'localhost./
'telnet localhost 10061' gives:
/Connecting to
27, 2007 10:54:23 AM (GMT-0500) America/New_York
Subject: [PHP-WIN] n00b cannot start MySQL
I am an extreme n00b here in PHP. just started learning PHP. Can't start
MySQL. The command-prompt says:
/Can't connect to MySQL server on 'localhost./
'telnet localhost 10061' gives:
/Con
I am an extreme n00b here in PHP. just started learning PHP. Can't start
MySQL. The command-prompt says:
/Can't connect to MySQL server on 'localhost./
'telnet localhost 10061' gives:
/Connecting to localhost...Could not open connection to the host, on
port 10061: Connect failed./
But 'services