RE: Turn off log-bin without restarting database

2003-07-10 Thread Andrew Braithwaite
Hi, If you are using unix, comment out those lines and set a cron job for 2am to do the server restart for you... If you're using windows then comment out the lines and set ?schedule? (or whatever the ms equiv is) to do the restart at 2am. Cheers, Andrew -Original Message- From: Ian Co

RE: Turn off log-bin without restarting database

2003-07-10 Thread Dathan Vance Pattishall
CHANGE MASTER TO MASTER_LOG_HOST='', MASTER_LOG_POS='', MASTER_LOG_PORT=''; SLAVE STOP; SHOW SLAVE STATUS; -->-Original Message- -->From: Ian Collins [mailto:[EMAIL PROTECTED] -->Sent: Thursday, July 10, 2003 4:59 PM -->To: [EMAIL PROTECTED] -->Subject: Turn off log-bin without restarting