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
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
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
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
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