I couldn\'t find an answer to my question.
I have 2 mysql servers.
Now i want to add another Slave serve
Adding these lines to the /etc/my.conf file of the slave machine solved my problem. Thanks.
replicate-do-db=Refill
However, please note that after doing this i had to restart both the databases and update the new file name and position from the master server by typing below command:
mysql> show master status;
Add this information to your MySQL on slave machine and start slave.