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
I meet save issue. The reason is you have a MySQL-server installed on your native OS Win10. How to fix it:
Go to Windows service, stop the MySQL service.
Modify my.ini under MySQL server folder, mine is C:\Program Files\MySQL\MySQL Server 5.5
[mysqld]
\# The TCP/IP Port the MySQL Server will listen on
port=3306 -> 3308 or other
Restart your wsl instance.
Reinstall the MySQL-server with root account
apt install mysql-server
service mysql start
mysql_secure_installation