We are not allowed to connect to the Mysql database locally and every system also may not have static IP. Problem is coming in case where there is frequent changes in database on server like -in case of ITC alerts and Motherdairy client, we can not make local copy of remote mysql every time. In eclipse IDE we have to test the project before making jar and deployment on server. So, we need to have access or tool locally so as to make the testing faster.
We are not allowed to connect to the Mysql database locally and every system also may not have static IP. Problem is coming in case where there is frequent changes in database on server like -in case of ITC alerts and Motherdairy client, we can not make local copy of remote mysql every time. In eclipse IDE we have to test the project before making jar and deployment on server. So, we need to have access or tool locally so as to make the testing faster.