On Thu, Feb 10, 2011 at 4:33 PM, JAGANADH G <[email protected]> wrote: > Hi > > Is it possible to quary and fetch data in one mysql db and store it in a > second on . > > I have machine M1 and M2 with mysql configured . There is a DB in M1 namely > employee_details . Now I have to fectch all the recods in M1 > employee_details from and have to store M2 mysql database via mysql query. > Is it possible or is it my ignorance about db concepts . >
Google for SQL join. SQL is a worthwhile programming language to learn. There are some interesting threads on programming languages in LUG now but SQL does not fit into any of those moulds. It is a DB querying "language" that is very powerful and easy too. -Girish _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
