主题:  一个mysql 的启动的问题

hongyun_5d

职务:普通成员
等级:1
金币:0.0
发贴:2
注册:2002/3/4 9:07:45
#12002/3/4 9:24:34
我在win2000下装了一个mysql servers and client 4.0.1
在mysql\bin下键入mysqladmin version时却出现如下提示信息
mysqladmin :connect to server at 'localhost' failed
error:'can't conect to mysql on 'localhost'<10061>' check that mysqld is running on localhost
and that the port is 3306. you can check this by doing 'telnet localhost 3306'
在按提示信息键入telnet localhost 3306时,却出现以下信息: 无法打开主机的连接在端口3306:
连接失败.
但我在别人win2000下却装好了且键入mysqladmin version后也会出现mysql 的版本信息.请各位高手指点 , 这是为什么?



5D荣誉斑竹

职务:普通成员
等级:2
金币:1.0
发贴:400
注册:2001/5/27 23:27:59
#22002/3/4 17:03:36
你的mysql没有启动
执行
mysql.exe -i 或者 mysql.exe -install



helmet

职务:版主
等级:4
金币:10.0
发贴:1559
注册:2004/1/30 15:59:27
#32002/3/4 19:32:09
先运行一下mysqld-nt.exe 。