【MySQL5.7版本】
首先贴图如下:
当登陆mysql时使用的是net start mysql57,可以正常登陆登出。而使用net start mysql却是可以的,提示如下:
当我试图手动启动mysql服务(不是mysql57)时,提示“本地计算机上的mysql服务启动后停止。某些服务在未由其他服务或程序使用时将自动”。而且当用mysql57登录进去时--prompt \h显示的是Shared当前用户,并不是localhost,这与前面服务里面查看到的登录为是对应的。(以mysql进不去,所以就无法进一步操作了)。
所以,疑惑的是,为什么mysql本地系统会无法登陆呢,而只能用网络服务?
求大神帮解。
How come you have two mysql services installed on your machine? By default, mysql listens to port 3306. When one is started, the port is occupied by it, and naturally the other cannot be started.