RE: 'tmp/mysql.sock' (2) error

2001-09-06 Thread BW
> A better solution would be to do it in /etc/my.cnf, so that it will be > system-wide. BINGO!!! That did it! The only additional question I have at this point, then, is what to do about my scenario where I want to run 3.22 and 3.23 concurrently on a box where the user will be the same for

Re: 'tmp/mysql.sock' (2) error

2001-09-06 Thread BW
Ed, > 1. Is MySQL actually running? Yes. > 2. If so, where is it putting mysql.sock? It is putting it into /raid/mysql/data/mysql41.sock -- I specified this location in the socket variable(?) in both [client] and [mysqld] sections of the my.cnf file. my.cnf is located in /raid/mysql/data; there

'tmp/mysql.sock' (2) error

2001-09-05 Thread BW \(ST\)
I'm trying to use a socket besides the standard /tmp/mysql.sock one. I've tried specifying socket=/path/to/socket in both [client] and [mysqld] sections of my.cnf, and I've tried to edit safe_mysqld directly with this path. In all cases, the mysql server appears to start (no error messages are g

cc/gcc during configure on solaris 2.8

2001-09-05 Thread BW \(ST\)
During my attempt to configure the 3.23.41 source, I encountered the error: "configure: error: no acceptable cc found in $PATH". As I'm using gcc on this box, where/how do I identify gcc for configure to use properly? Thanks, Brian --

Multiple Servers

2001-09-04 Thread BW \(ST\)
Problem Type: multiple servers using different mysql.sock/socket file Hello, I'm attempting to run 3.23.41 on a box that uses 3.22.21. Ultimately, the 3.23.41 version will replace the older version. In the meantime, I want to run them concurrently during the upgrade process. How should I go a