报错信息:
ERROR 2003 (HY000): Can’t connect to MySQL server on ‘localhost’ (10061)
2.手动安装mysql服务
cmd命令打开,在mysql安装的bin目录下面执行:
>>> mysqld --install (注意这里一定是"mysqld",不是"mysql")
报错,信息如下:
Install/Remove of the Service Denied
解决办法:
打开cmd ,以管理员运行即可。
当出现:Service successfully installed. 表示服务安装成功。
C:Users12863>mysql -u root -p
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 14
Server version: 5.7.11 MySQL Community Server (GPL) (版本号)
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.