Bug #73217 show waring for replication startup
Submitted: 6 Jul 2014 20:05 Modified: 7 Jul 2014 5:09
Reporter: karnjeet kumar Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Options Severity:S3 (Non-critical)
Version:5.0.67 OS:Windows
Assigned to: CPU Architecture:Any

[6 Jul 2014 20:05] karnjeet kumar
Description:
showing warning in window event viewer
Mysql server install on window 2008 r2 64 bit

Error

The syntax for replication startup options is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead.

For more information, see Help and Support Center at http://www.mysql.com.  

How to repeat:
This waring showing after became on/live
[7 Jul 2014 5:09] MySQL Verification Team
Hi,  this is not a bug, but intended behaviour.

http://dev.mysql.com/doc/refman/5.1/en/replication-options-slave.html

"Beginning with MySQL 5.1.17, these options are deprecated and have no effect when mysqld is started. If they are used, an appropriate warning is written to the error log. Instead, you must use CHANGE MASTER TO to set the values corresponding to the deprecated options. These options are removed in MySQL 5.5."