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

转自:https://www.cnblogs.com/wwwjjjnnn/p/10780947.html

问题描述:

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

发布了107 篇原创文章 · 获赞 36 · 访问量 123万+

猜你喜欢

转载自blog.csdn.net/zoucui/article/details/96994311