I am using ubuntu xenial from WSL, and I got an error when I used this command:
mysql -uroot -p
So I searched for solution, and the solution was here: error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
But I got another error. When I use this command:
sudo find / -type s
It sais my permission is denied.
find: ‘/mnt/c/$Recycle.Bin/S-1-5-18’: Permission denied
find: ‘/mnt/c/$Recycle.Bin/S-1-5-21-2991848659-3455357464-4000823703-500’: Permission denied
find: ‘/mnt/c/$Recycle.Bin/S-1-5-21-3789379520-1944576062-3837406785-1000’: Permission denied
find: ‘/mnt/c/$Recycle.Bin/S-1-5-21-3789379520-1944576062-3837406785-500’: Permission denied
find: ‘/mnt/c/$Recycle.Bin/S-1-5-21-528926963-23163656-3807874771-500’: Permission denied
find: ‘/mnt/c/Config.Msi’: Permission denied
...
But I am the root.
What should I do to solve this error?