Generating SQL script from MySQL database table

Posted by testingmysql on Stack Overflow See other posts from Stack Overflow or by testingmysql
Published on 2010-03-19T18:18:49Z Indexed on 2010/03/19 18:21 UTC
Read the original article Hit count: 111

Filed under:

Hi,

Is there any application that will read a MySQL database table and generate a SQL script of INSERT statements (so that I can copy tables from one db to another db)? OR how can I transfer content from db1.table1 to db2.table2 where table1 and table2 is same.

Thank you.

© Stack Overflow or respective owner

Related posts about mysql