HI,
I want to merge TESTLINK and BUGZILLA databases into one, even though they have mysql DB but i have installed in different ports(TESTLINK-3306 and BUGZILLA-3307). so with respect to TEST CASE-ID in test link which are failed or blocked or whatever it should raise a defect in the bugzilla automatically. I am unable to understand which tables i need to go for joining or whats suppose to be done.
So iam using JAVA in order to write the code.The merging of DB's should should be done.Kindly help me out with the proper solution.
Kindly provide the code as well.
I have gone though all installation pdf's and many more sites that could merge two mysql DB's, so its not helping me out in any ways.
I want to merge TESTLINK and BUGZILLA databases into one, even though they have mysql DB but i have installed in different ports(TESTLINK-3306 and BUGZILLA-3307). so with respect to TEST CASE-ID in test link which are failed or blocked or whatever it should raise a defect in the bugzilla automatically. I am unable to understand which tables i need to go for joining or whats suppose to be done.
So iam using JAVA in order to write the code.The merging of DB's should should be done.Kindly help me out with the proper solution.
Kindly provide the code as well.
I have gone though all installation pdf's and many more sites that could merge two mysql DB's, so its not helping me out in any ways.
Comment