Hi,
I am trying to setup the replication in mysql, I have done all the things which is described in mysql replication documentation.
I have created the user 'repl' and given him super and replication privileges but when I try the command :
"change master to master_host='host_name'master_user='repl',master_password='password'"
then I get error "Access denied, you need super privilege for this
operation" and when I type "Start Slave;" command it gives error "Access
denied for user @ <using password No>".
Can you please help me why it's occuring and how can i resolve it.
Thanx in advance.
Regards,
Fakhir.