Can't connect to a local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)
I am getting this message, but only when I am not logged in as root.
How come not everyone has access to mysql?
It doesn't work on user htorrent, and it works as root. I tried giving sudo permission, but it doesn't work. I am on the CENTOS 6.10 (final) version.
usermod -aG wheel htorrent
I tried the following, but it doesn't work. How do I give every user access to mysql?