Hi, I recently upgrade our master to MySQL 5.0.24. But, I changed on option to log_bin=server-log-bin, as a result the binary log has changed from server-bin.000228 to server-log-bin.000001... So now, the slave throw me an "could not find first log file in binary log index". I suppose I have to do a CHANGE MASTER TO ... MASTER_LOG_FILE='server-log-bin.000001', MASTER_LOG_POS=? What position should I use 0 ? 1 ? 4? Thanks for your help,
-- http://www.myspace.com/sakuradrop : forget the rest http://www.w-fenec.org/ Webzine rock/metal -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]