Eche un vistazo aquí:http://dev.mysql. com/doc/refman/5.0/en/replication-howto.html
Busque "grant" y encontrará:
# Grant access rights:
GRANT SELECT, PROCESS, FILE, SUPER, REPLICATION CLIENT, REPLICATION SLAVE, RELOAD ON *.* TO [email protected]'%';
Flush Privileges;