Greetings.
MySql v4.1
I need to insert data copied from one table into another table.
Each table sits in a diffrent db, but both on the same server.
Is there a possibility to do the copy only with SQL, or do I need to use PHP to store the data from one db, open connection to the new db and insert the data?
Thanks