Re: [PHP-WIN] n00b cannot start MySQL

2007-07-31 Thread Abhisek Dutta
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

Re: [PHP-WIN] n00b cannot start MySQL

2007-07-28 Thread Abhisek Dutta
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

Re: [PHP-WIN] n00b cannot start MySQL

2007-07-27 Thread Kevin Smith
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

Re: [PHP-WIN] n00b cannot start MySQL

2007-07-27 Thread Carlton Whitehead
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

[PHP-WIN] n00b cannot start MySQL

2007-07-27 Thread Abhisek Dutta
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