What the fastest way to transfer a large amount of rows from Table 1 in Database A, to Table 2 in Database B
I have a MySql database (Database A
) with a table (data
) with approx. 90 Million rows. I want to move all of this data into a new table (reading
) in a different MySql database (Database B
).