問題描述:
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';