khailtamasha Posted April 13, 2008 Share Posted April 13, 2008 hi I want to merge two MYSQL databases I have two scripts and both contains registeration so i want to run both scripts on my site but i require that when a user register through first script then he automatically get registered to the second one Any help would be appreciable Please try to explain more and more because I am very weak in mysql Quote Link to comment https://forums.phpfreaks.com/topic/100879-help-about-merging-two-databases/ Share on other sites More sharing options...
mwasif Posted April 13, 2008 Share Posted April 13, 2008 Did you made the 2 scripts? You need to modify atleast one application to recognize other database's user table. Quote Link to comment https://forums.phpfreaks.com/topic/100879-help-about-merging-two-databases/#findComment-515919 Share on other sites More sharing options...
khailtamasha Posted April 13, 2008 Author Share Posted April 13, 2008 ok but how i do that ??? plz help Quote Link to comment https://forums.phpfreaks.com/topic/100879-help-about-merging-two-databases/#findComment-516054 Share on other sites More sharing options...
mwasif Posted April 13, 2008 Share Posted April 13, 2008 You need to modify your one application to get all the user related information from other application's user table. In other words, both applications will use a central users table. In this process, you will modify/change all your queries. Quote Link to comment https://forums.phpfreaks.com/topic/100879-help-about-merging-two-databases/#findComment-516186 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.