Any body knows (insert into table1 select * from table2) query with two databases. Mean table1 is in one database and table2 is in second database,I want to insert records from table2 to table1 which have same structure but they resides on different database. Can we do that in PHP or MYSQL?
Hey Man You Made a New Database? And Want to Transfer All Data from First Database to other? If Yes, Use This: