RE: [PHP] mysql replication + mysql_pconnect

2003-03-02 Thread Dan Rossi
] Subject: RE: [PHP] mysql replication + mysql_pconnect hi there i am setting up a test replication slave server as a mysql db master backup if it fails , i would like to know how to dynamically connect to the slave if the master fails , something really strange i have set the host like localhost

RE: [PHP] mysql replication + mysql_pconnect

2003-03-02 Thread Dan Rossi
, March 02, 2003 12:34 PM To: electroteque; [EMAIL PROTECTED] Subject: RE: [PHP] mysql replication + mysql_pconnect hi there i am setting up a test replication slave server as a mysql db master backup if it fails , i would like to know how to dynamically connect to the slave if the master fails

[PHP] mysql replication + mysql_pconnect

2003-03-01 Thread electroteque
hi there i am setting up a test replication slave server as a mysql db master backup if it fails , i would like to know how to dynamically connect to the slave if the master fails , something really strange i have set the host like localhost:3307 for the slave but is still connecting to the master

RE: [PHP] mysql replication + mysql_pconnect

2003-03-01 Thread Rich Gray
hi there i am setting up a test replication slave server as a mysql db master backup if it fails , i would like to know how to dynamically connect to the slave if the master fails , something really strange i have set the host like localhost:3307 for the slave but is still connecting to the