Hi.
I need a little help with my PHP-MySQL testing. Im trying to do a test of the master-slave replication with 2 copies of mysqld on two separate machines on my work's network (one machine is RH Linux 7.2 (slave), the other windows 98). I know i have to add some lines into the MySQL start-up script to enable binary logging and also to set the server-id's for the master and slave etc., but i cant finds these scripts anywhere. Is there any way of telling which script is active on a particualr system? I searched my Linux box for a my.cnf file and there wasn't one.
Thanks in advance for any help!
Robin