installation of mysql on redhat7

2001-08-01 Thread Lars Freymark
Hi everyone! I have installed mysql 3.23.22. The Distribution is from the redhat cd. My problem is the following: I can do anything I want, if I am connected as linux root. But if I try to access a database when I am connected to linux as another user I get the error: [freymark@ecs-server

Re: installation of mysql on redhat7

2001-08-01 Thread karel pitra
look at the access privileges to the file '/var/lib/mysql/mysql.sock' and change them so that you can write to it On Wed 1. August 2001 11:44, Lars Freymark wrote: Hi everyone! I have installed mysql 3.23.22. The Distribution is from the redhat cd. My problem is the following: I can do

RE: installation of mysql on redhat7

2001-08-01 Thread Lars Freymark
Hi Karel! Thanks for your suggestion. The rights are now: srwxrwxrwx1 mysqlmysql 0 Aug 1 11:02 mysql.sock But I still can't access mysql with linux user freymark. The eroor code is the same. thanks Lars Freymark Tel.: 0431/ 66870-0 Fax : 0431/

Re: installation of mysql on redhat7

2001-08-01 Thread Gerald Clark
You also need read and execute premissions on the directories leading to the socket. chmod 755 /var/lib/mysql Lars Freymark wrote: Hi Karel! Thanks for your suggestion. The rights are now: srwxrwxrwx1 mysqlmysql 0 Aug 1 11:02 mysql.sock But I still can't access mysql