Hi, I have two MySQL servers.. one is sourceMySQL and targetMySQL. I want to update all the procedures on the targetMySQL using sourceMySQL without having to do it one by one. Is there anyway to say: UPDATE all procedures IN targetMySQL FROM sourceMySQL?