windows subsystem install mysql server

前端 未结 6 1612
心在旅途
心在旅途 2021-02-19 10:30

installing mysql-server on ubuntu 18.04 subsystem windows 10.

Cannot open /proc/net/unix: No such file or directory
Cannot stat file /proc/1/fd/5: Operation not          


        
6条回答
  •  花落未央
    2021-02-19 10:53

    as mentioned a guy at github and it solved my problem The problem is with the script "/etc/profile.d/wsl-integration.sh". As a quick workaround insert the following line before the first line in "/etc/profile.d/wsl-integration.sh" (use sudo to edit the file):

    # Check if we have HOME folder
    if [ "${HOME}" = "/" ]; then
      return
    fi
    

    I mean before the line:

    WSL_INTEGRATION_CACHE=$HOME/.cache/wslu/integration`
    

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题