git 添加代码出现以下错误: fatal: Unable to create 'F:/wamp/www/ThinkPhpStudy/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier. Make sure no other git process is ru…
错误描述 : 1.#2003-服务器没有响应MySQL无法启动 2.Can''t connect to MySQL server on ''localhost'' (10061) 3.ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) 解决办法: 打开命令提示符(管理员权限),执行net stop mysql如果已经启动了MySQL,把它关闭,然后切换到MySQL的bin目录下,执行sc delete mysql删除已…