I am trying to replicate my mysql database using the master slave replication. On the slave machine, when i try to run this query, i get stuck.
mysqldump -h 10.124.2.34 bank --password='' --user='root' | mysql bank --password='' --user='root'
Any idea what I am doing wrong?