问题描述:

cmd显示如下:

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

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

 

相关文章:

  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2021-04-04
  • 2021-08-12
  • 2021-09-02
  • 2021-11-24
  • 2021-06-23
猜你喜欢
  • 2021-06-04
  • 2021-04-16
  • 2021-11-28
  • 2021-12-23
  • 2022-01-08
相关资源
相似解决方案