I am looking for something that will help us to create a lot of mysql slaves connected to the specified master, let's say kind of mass-replication.
If there are any existing solution for this purpose. In simple case it can be just bash script, that locks the master DB, copies table files to the new slave, restore position and start the replication.
From you knowledge if something described above exists?