At 4:10 PM +0200 2000-07-21, Corrado Topi wrote:
>Hya all ...
>
>I'm trying to install & run mysqlgui1.7 on a RedHat 6.1
>+Apache1.3.12+Mysql 3.22.32+PHP4.0 box.
>
>Everything is running well, but .... when I am trying to start the
>client with the gui, it isn't able to read the right socket. It goes for
>the /tmp/mysql.sock one, but my socket is in the /var/lib/mysql ....
>
>Following the suggestion of sinisa@ i've put the my.cnf inside my /etc/,
>with the right socket inside .... and I have also chmod 777 the
>/var/lib/mysql ...
Let's see what your /etc/my.cnf actually says.
You'll need to set it for both the server and for local clients:
[mysqld]
socket=/var/lib/mysql/mysql.sock
[client
socket=/var/lib/mysql/mysql.sock
--
Paul DuBois, paul@stripped