Re: n00b cannot start MySQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



mysqld-nt.exe is running.
'netstat -an' gives:

/  Proto  Local Address          Foreign Address        State
 TCP    0.0.0.0:80             0.0.0.0:0              LISTENING
 TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
 TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
 TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
 TCP    0.0.0.0:10852          0.0.0.0:0              LISTENING
 TCP    127.0.0.1:1025         0.0.0.0:0              LISTENING
 TCP    127.0.0.1:1025         127.0.0.1:1035         ESTABLISHED
 TCP    127.0.0.1:1026         0.0.0.0:0              LISTENING
 TCP    127.0.0.1:1026         127.0.0.1:1034         ESTABLISHED
 TCP    127.0.0.1:1034         127.0.0.1:1026         ESTABLISHED
 TCP    127.0.0.1:1035         127.0.0.1:1025         ESTABLISHED
 TCP    127.0.0.1:1037         0.0.0.0:0              LISTENING
 TCP    127.0.0.1:1064         127.0.0.1:1065         ESTABLISHED
 TCP    127.0.0.1:1065         127.0.0.1:1064         ESTABLISHED
 TCP    127.0.0.1:1068         127.0.0.1:1069         ESTABLISHED
 TCP    127.0.0.1:1069         127.0.0.1:1068         ESTABLISHED
 TCP    127.0.0.1:1076         127.0.0.1:1078         ESTABLISHED
 TCP    127.0.0.1:1078         127.0.0.1:1076         ESTABLISHED
 TCP    192.168.1.7:139        0.0.0.0:0              LISTENING
 UDP    0.0.0.0:445            *:*
 UDP    0.0.0.0:500            *:*
 UDP    0.0.0.0:1027           *:*
 UDP    0.0.0.0:1029           *:*
 UDP    0.0.0.0:1113           *:*
 UDP    0.0.0.0:2035           *:*
 UDP    0.0.0.0:2036           *:*
 UDP    0.0.0.0:2058           *:*
 UDP    0.0.0.0:4500           *:*
 UDP    0.0.0.0:10852          *:*
 UDP    127.0.0.1:123          *:*
 UDP    127.0.0.1:1028         *:*
 UDP    127.0.0.1:1900         *:*
 UDP    127.0.0.1:2022         *:*
 UDP    127.0.0.1:2055         *:*
 UDP    192.168.1.7:123        *:*
 UDP    192.168.1.7:137        *:*
 UDP    192.168.1.7:138        *:*
 UDP    192.168.1.7:1900       *:*
/
nowhere is 10061.
'telnet 3306' gives:
/Connecting To 3306...Could not open connection to the host, on port 23: Connect
failed
/What to do?
Sorry to ask you all about mysql here.
Regards and thanks
abhisek


Luis Moreira (ESI-GSQP) wrote:
This is a PHP list, your question is about MySql.

Anyway, see if you have the product correcting installed, and if it
listening on that port (10061)
Maybe you installed it using another port.
Check the MySql config and also look for active ports on the PC with NETSTAT

An example, where the machine is listening on port 21 (ftp) and 80 (www) :

C:\Documents and Settings\luis>netstat -an

Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:21             0.0.0.0:0              LISTENING
  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING


Luis




--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux