问题描述:
cmd显示如下:
.err文件显示:
[ERROR] [MY-010131] [Server] TCP/IP, --shared-memory, or --named-pipe should be configured on NT OS
解决办法:
my.ini 文件添加行
shared-memory
ps 设置密码:
1、重启mysql服务
2、mysql -u root
3、alter user 'root'@'localhost' identified by '123456';