I have a script that I am looking for help or someone knowledgable with MySQL ETL to add another database to existing. They are different tables but the same consept. Recipes
You can export all the tables from on mysql db and import the tables into an existing db. Phpmyadmin is the way to go
But doing this does it line up so to speak and operate as usual? I really have no clue as to how to make t work.
No, adding database to your existing database doesn't alter the tables. Nothing is over-written. It will be operating fine. If you are not sure how to execute the commands, I will suggest you to contact your hosting support as they help for this free of cost.
Ok I have the data base uploaded, My big question is how or what to do so it coinsides with the preexisting tables that are already there, or so it falls in line with the preexisting. any help would be appreciated!!