日期:2014-05-18  浏览次数:20414 次

第一次用mysql
could not connect to the specified instance
MySQL Error Number 2003
Can't connect to MySQL server on "localhost"(10061)

If you want check the nerwork connection ,please click the Ping button


------解决方案--------------------
出门左拐,到Mysql版块去问问
------解决方案--------------------
SQL code

1、删除my.ini(在C:\windows\下),重新运行winmysqladmin,要求输入用户名和密码后,问题解决!
2、看看hosts文件中localhost是不是指向127.0.0.1
如果是没启动mysql服务,则可运行net start mysql。
一些相关命令:
  mysqld-nt --install #启动Mysql
  mysql #运行Mysql
  mysql -h ipAddress -u username -p