Mysql5.8解压版安装问题:TCP/IP, --shared-memory, or --named-pipe should be configured on NT OS

问题描述:

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';

 

posted @ 2019-04-27 22:53  wjunneng  Views(3674)  Comments(2Edit  收藏  举报