I have a user that wants to use mysql on one of my lpars. I have an issue where root can issue the mysql command from shell and get into the mysql command line interface. When a non-root user tries, I get this:
/ > mysql ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) What perchance did I miss? I have pathing in profile .local to /usr/sbin so things get picked up there... but shouldn't this have worked out of the box on a suse 7.2 installation?
