Error starting Mysql in WSL

Asked

Viewed 41 times

0

Hello,

am having a problem starting Mysql 5.7 on WSL with Ubuntu 18.04.

when trying to start the service with: $ sudo service mysql start $ * Starting MySQL database server mysqld -su: 23: .: Can't open /etc/profile.d/wsl-integration.sh

The wsl-Integration.sh file is a link to '' lrwxrwxrwx 1 root root 34 Oct 24 11:15 wsl-integration.sh -> '' Can someone help me? 'Cause I’ve already looked it up on the Net and it doesn’t look like anyone’s been there..

1 answer

0

This symbolic link to wsl-Integration.sh seems to be invalid, it should return the original path, something like:

ls -l
wsl-integration.sh -> '/root/wsl-integration.sh'

Browser other questions tagged

You are not signed in. Login or sign up in order to post.