1.首先输入mysql -h localhost -uroot -p 出现错误
找到mysql57文件中的bin
在mysql57目录中找不到bin文件?
找到服务-mysql57,右击属性,查看bin的位置
对应bin目录中,shift+鼠标右键,点击其中的powershell窗口
输入.\mysql -uroot -p
出现以下错误:Install/Remove of the Service Denied!
解决:cmd右键管理员打开然后就再重新回到该目录打开powershell
输入:.\mysql -uroot -p
这里就可以输入密码了
成功:
可以查阅这个:https://blog.csdn.net/weixin_43384239/article/details/103868830