Slave thread fails on server setup with a non-standard socket pat

2002-02-12 Thread Frank Addante
I am running MySQL 3.23.43 (installed via RPM) The RPM's default socket is: /var/lib/mysql/mysql.sock The my.cnf file that I setup has the following settings: [mysqld2] port= socket = /tmp/mysql.sock. master-host = 192.168.0.204 master-user = mysql_replica

Re: non-standard socket

2001-03-21 Thread Peter Pentchev
On Tue, Mar 20, 2001 at 03:12:39PM -0600, Jeff Jones wrote: > I am using mysqld_multi to have several different mysql servers start. I have > finally gotten it to work with php when I connect to a non-standard socket, > such as /tmp/mysql.sock2. Does anyone know how to connect to a

Re: non-standard socket

2001-03-21 Thread Fred van Engen
On Tue, Mar 20, 2001 at 03:12:39PM -0600, Jeff Jones wrote: > I am using mysqld_multi to have several different mysql servers start. I have > finally gotten it to work with php when I connect to a non-standard socket, > such as /tmp/mysql.sock2. Does anyone know how to connect to a

non-standard socket

2001-03-21 Thread Jeff Jones
I am using mysqld_multi to have several different mysql servers start. I have finally gotten it to work with php when I connect to a non-standard socket, such as /tmp/mysql.sock2. Does anyone know how to connect to a database with perl through that socket? I have tried the following with no

non-standard socket - fixed

2001-03-21 Thread Jeff Jones
Well as soon as I sent that previous message, I figured out how to accomplish what I needed. Thanks anyways. Jeff Jones - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.co