各位,我在win2000下用MYSQL创建数据库,在命令行下,键入下列命令:
mysqladmin -u root create mydb
准备创建一个名为“mydb”的数据库,-u选项告诉MySQL我们使用的是root用户。
但是出现mysqladmin:connect to server at 'localhost'failed
error:'can't connect to mysql server 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'出现:
正在连接到localhost...无法打开到主机的连接 在端口3306:连接失败
请问我改怎么做啊?