It looks like guys in Mysql dev team just have no real tasks. Do you remember that silly story "ENGINE=innodb" vs "TYPE=innodb"?
Now the same story with replication settings. If you try adding master-host=<IP> or any master-* into my.cnf in mysql 5.5 and above you'll get:
[ERROR] /usr/sbin/mysqld: unknown variable 'master-host=my.masterhost.com'
WTF???
Because now you can only use CHANGE MASTER TO ...
Now the same story with replication settings. If you try adding master-host=<IP> or any master-* into my.cnf in mysql 5.5 and above you'll get:
[ERROR] /usr/sbin/mysqld: unknown variable 'master-host=my.masterhost.com'
WTF???
Because now you can only use CHANGE MASTER TO ...
Yes agree. For good source on MySQL server visit http://mysqldevs.blogspot.in/
ReplyDeleteReally good. Got lot of help from there